From df7bd66797ae2550e1b1c4c73f8b00d1ed12594b Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Sat, 14 Apr 2012 12:44:25 +0000 Subject: sysdeps: remove fallback to 'unstable' on Ubuntu 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 --- 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 [] -- cgit v0.9.1