aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
diff options
context:
space:
mode:
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