Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sjhbuild/sysdeps.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sjhbuild/sysdeps.py b/sjhbuild/sysdeps.py
index cf851af..718c4b9 100644
--- a/sjhbuild/sysdeps.py
+++ b/sjhbuild/sysdeps.py
@@ -14,7 +14,6 @@ _UNSTABLE_NAMES = {
'debian': 'unstable',
'fedora': 'rawhide',
'mandrivalinux': 'cooker',
- 'ubuntu': 'unstable',
'tuquito':'unstable',
}
@@ -83,7 +82,7 @@ def _parse_dependencies(dname, dversion):
sys.stderr.write('ERROR: %r is not a supported distro. If you '
'think it is sufficiently recent to contain everything the '
'latest development version of Sugar needs and would like to '
- 'see it supported, please file a ticket at dev.sugarlabs.org.'
+ 'see it supported, please file a ticket at bugs.sugarlabs.org.'
'\n' % (dname, ))
return []