From 57d1740e24714ff35b146955fd0b0d4bcf975d8d Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 26 Jul 2012 10:35:37 +0100 Subject: 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 Acked-by: Ian Campbell Committed-by: Ian Campbell --- tools/python/xen/util/bugtool.py | 2 +- tools/python/xen/xm/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/python') 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 -- cgit v1.2.3