Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <silbe@sugarlabs.org>2012-04-14 12:44:25 (GMT)
committer Sascha Silbe <silbe@sugarlabs.org>2012-04-14 12:44:25 (GMT)
commitdf7bd66797ae2550e1b1c4c73f8b00d1ed12594b (patch)
tree84d2386a2ba50cd2707d013beed83b7b4a462e0f
parent9ae3457fe914096269ff116697d7571e3359ab49 (diff)
sysdeps: remove fallback to 'unstable' on UbuntuHEADmaster
Unlike many other distros, Ubuntu doesn't have a fixed name that can be used for the current in-development version. Claiming we're going to use the config for 'unstable' and only then failing (because there's no such config) is confusing users. This has a side effect of claiming we don't support Ubuntu at all (rather than just this particular version), but that's OK because over the past few years, Ubuntu was generally broken w.r.t. Sugar and for this reason it's officially unsupported in sugar-jhbuild. [1] [1] https://wiki.sugarlabs.org/go/Development_Team/Jhbuild/Ubuntu#Supported_versions
-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 []