aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
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 /tools/python
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>
Diffstat (limited to 'tools/python')
-rw-r--r--tools/python/xen/util/bugtool.py2
-rw-r--r--tools/python/xen/xm/main.py2
2 files changed, 2 insertions, 2 deletions
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