From: Andrew Cooper <andrew.cooper3@citrix.com>
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
Ian Campbell <Ian.Campbell@eu.citrix.com>,
Ian Jackson <ian.jackson@eu.citrix.com>
Subject: xen: update xensource.com to xen.org
Date: Wed, 25 Jul 2012 17:04:13 +0100 [thread overview]
Message-ID: <501018FD.3020709@citrix.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 181 bytes --]
As this touches configure.ac, the configure script should be regenerated.
--
Andrew Cooper - Dom0 Kernel Engineer, Citrix XenServer
T: +44 (0)1223 225 900, http://www.citrix.com
[-- Attachment #2: xen-update-web-references.patch --]
[-- Type: text/x-patch, Size: 3884 bytes --]
# HG changeset patch
# Parent 663eb766cdde864cd8c8b9037677a07a56bb0290
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>
diff -r 663eb766cdde Config.mk
--- 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 -r 663eb766cdde buildconfigs/select-repository
--- 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 -r 663eb766cdde tools/configure.ac
--- 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 -r 663eb766cdde tools/python/xen/util/bugtool.py
--- 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 -r 663eb766cdde tools/python/xen/xm/main.py
--- 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 -r 663eb766cdde tools/xenstat/xentop/xentop.1
--- 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 -r 663eb766cdde tools/xenstat/xentop/xentop.c
--- 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>
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next reply other threads:[~2012-07-25 16:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 16:04 Andrew Cooper [this message]
2012-07-26 9:35 ` xen: update xensource.com to xen.org Ian Campbell
2012-07-26 14:03 ` Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=501018FD.3020709@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=Ian.Campbell@eu.citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.