aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2012-07-26 10:35:37 +0100
committerAndrew Cooper <andrew.cooper3@citrix.com>2012-07-26 10:35:37 +0100
commit57d1740e24714ff35b146955fd0b0d4bcf975d8d (patch)
treefb737796861c3a4d6d8d4b6c057d688ad5325fca
parenta413f5a5f4463bc805c297bc2d328f1da17f3b1b (diff)
downloadxen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.tar.gz
xen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.tar.bz2
xen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.zip
xen: update xensource.com to xen.org
This patch was constructed by grepping for xensource.com over the entire repository and eyeballing which ones were sensible to update. In addition, the xen-tools mailing list has been deprecated, so update xentop to refer to xen-devel instead. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
-rw-r--r--Config.mk6
-rwxr-xr-xbuildconfigs/select-repository2
-rwxr-xr-xtools/configure22
-rw-r--r--tools/configure.ac2
-rw-r--r--tools/python/xen/util/bugtool.py2
-rw-r--r--tools/python/xen/xm/main.py2
-rw-r--r--tools/xenstat/xentop/xentop.12
-rw-r--r--tools/xenstat/xentop/xentop.c2
8 files changed, 20 insertions, 20 deletions
diff --git a/Config.mk b/Config.mk
index 50e10e9b29..9670422deb 100644
--- a/Config.mk
+++ b/Config.mk
@@ -180,15 +180,15 @@ EMBEDDED_EXTRA_CFLAGS += -fno-exceptions
XSM_ENABLE ?= n
FLASK_ENABLE ?= $(XSM_ENABLE)
-XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles
+XEN_EXTFILES_URL=http://xenbits.xen.org/xen-extfiles
# All the files at that location were downloaded from elsewhere on
# the internet. The original download URL is preserved as a comment
# near the place in the Xen Makefiles where the file is used.
ifeq ($(GIT_HTTP),y)
-QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
+QEMU_REMOTE=http://xenbits.xen.org/git-http/qemu-xen-unstable.git
else
-QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
+QEMU_REMOTE=git://xenbits.xen.org/qemu-xen-unstable.git
endif
ifeq ($(GIT_HTTP),y)
diff --git a/buildconfigs/select-repository b/buildconfigs/select-repository
index e5bf27e47a..48ae00f5c1 100755
--- a/buildconfigs/select-repository
+++ b/buildconfigs/select-repository
@@ -63,7 +63,7 @@ if [ -d ${XEN_ROOT}/.hgxxx ] ; then
else
echo "Unable to determine path to Linux source tree." 1>&2
echo "Falling back to linux-2.6.18-xen Mercurial repository." 1>&2
- echo http://xenbits.xensource.com/linux-2.6.18-xen.hg
+ echo http://xenbits.xen.org/linux-2.6.18-xen.hg
fi
exit 0
diff --git a/tools/configure b/tools/configure
index 216faacba2..aa1d96f90c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for Xen Hypervisor 4.2.
#
-# Report bugs to <xen-devel@lists.xensource.com>.
+# Report bugs to <xen-devel@lists.xen.org>.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -231,10 +231,10 @@ fi
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org and
-$0: xen-devel@lists.xensource.com about your system,
-$0: including any error possibly output before this
-$0: message. Then install a modern shell, or manually run
-$0: the script under such a shell if you do have one."
+$0: xen-devel@lists.xen.org about your system, including
+$0: any error possibly output before this message. Then
+$0: install a modern shell, or manually run the script
+$0: under such a shell if you do have one."
fi
exit 1
fi
@@ -554,7 +554,7 @@ PACKAGE_NAME='Xen Hypervisor'
PACKAGE_TARNAME='xen-hypervisor'
PACKAGE_VERSION='4.2'
PACKAGE_STRING='Xen Hypervisor 4.2'
-PACKAGE_BUGREPORT='xen-devel@lists.xensource.com'
+PACKAGE_BUGREPORT='xen-devel@lists.xen.org'
PACKAGE_URL=''
ac_unique_file="libxl/libxl.c"
@@ -1431,7 +1431,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <xen-devel@lists.xensource.com>.
+Report bugs to <xen-devel@lists.xen.org>.
_ACEOF
ac_status=$?
fi
@@ -1653,9 +1653,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( $as_echo "## -------------------------------------------- ##
-## Report this to xen-devel@lists.xensource.com ##
-## -------------------------------------------- ##"
+( $as_echo "## -------------------------------------- ##
+## Report this to xen-devel@lists.xen.org ##
+## -------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
@@ -7306,7 +7306,7 @@ $config_files
Configuration headers:
$config_headers
-Report bugs to <xen-devel@lists.xensource.com>."
+Report bugs to <xen-devel@lists.xen.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/tools/configure.ac b/tools/configure.ac
index 2ee825267b..bb497cca92 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.67])
AC_INIT([Xen Hypervisor], m4_esyscmd([../version.sh ../xen/Makefile]),
- [xen-devel@lists.xensource.com])
+ [xen-devel@lists.xen.org])
AC_CONFIG_SRCDIR([libxl/libxl.c])
AC_CONFIG_FILES([../config/Tools.mk])
AC_CONFIG_HEADERS([config.h])
diff --git a/tools/python/xen/util/bugtool.py b/tools/python/xen/util/bugtool.py
index e8d96b884a..2abcc86a43 100644
--- a/tools/python/xen/util/bugtool.py
+++ b/tools/python/xen/util/bugtool.py
@@ -34,7 +34,7 @@ import xen.lowlevel.xc
from xen.xend import encode
-SERVER = 'bugzilla.xensource.com'
+SERVER = 'bugzilla.xen.org'
SHOW_BUG_PATTERN = 'http://%s/bugzilla/show_bug.cgi?id=%%d' % SERVER
ATTACH_PATTERN = \
'http://%s/bugzilla/attachment.cgi?bugid=%%d&action=enter' % SERVER
diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py
index df861b13b4..948d3ce570 100644
--- a/tools/python/xen/xm/main.py
+++ b/tools/python/xen/xm/main.py
@@ -4058,7 +4058,7 @@ def _run_cmd(cmd, cmd_name, args):
return False, 1
print "Unexpected error:", sys.exc_info()[0]
print
- print "Please report to xen-devel@lists.xensource.com"
+ print "Please report to xen-devel@lists.xen.org"
raise
return False, 1
diff --git a/tools/xenstat/xentop/xentop.1 b/tools/xenstat/xentop/xentop.1
index 78c3332895..0a78e4c56b 100644
--- a/tools/xenstat/xentop/xentop.1
+++ b/tools/xenstat/xentop/xentop.1
@@ -91,7 +91,7 @@ scroll domain display
Written by Judy Fischbach, David Hendricks, and Josh Triplett
.SH "REPORTING BUGS"
-Report bugs to <xen-tools@lists.xensource.com>.
+Report bugs to <xen-devel@lists.xen.org>.
.SH COPYRIGHT
Copyright \(co 2005 International Business Machines Corp
diff --git a/tools/xenstat/xentop/xentop.c b/tools/xenstat/xentop/xentop.c
index 60cf607794..db9990f50b 100644
--- a/tools/xenstat/xentop/xentop.c
+++ b/tools/xenstat/xentop/xentop.c
@@ -47,7 +47,7 @@
"Copyright (C) 2005 International Business Machines Corp\n"\
"This is free software; see the source for copying conditions.There is NO\n"\
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
-#define XENTOP_BUGSTO "Report bugs to <xen-tools@lists.xensource.com>.\n"
+#define XENTOP_BUGSTO "Report bugs to <xen-devel@lists.xen.org>.\n"
#define _GNU_SOURCE
#include <getopt.h>