summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeCache.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-25 12:44:39 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-25 12:44:39 +0100
commit34a15f72ffcab2445332c72e3c0b030f0595b56f (patch)
treeb6612695d18d45f2d2469524494eda368b46309f /DistUpgrade/DistUpgradeCache.py
parentb6a69caac1c4a3db57bd8ab4d93f9b62395f41d5 (diff)
downloadpython-apt-34a15f72ffcab2445332c72e3c0b030f0595b56f.tar.gz
* DistUpgrade/build-tarball.sh:
- create a tarbal for the dist-upgrade tool - include the current set of translations * DistUpgrade/DistUpgradeViewGtk.py: - look for i18n files in "mo/" * po/POTFILES.in: - include the dist-upgrade stuff as well * po/*.po: make update-po
Diffstat (limited to 'DistUpgrade/DistUpgradeCache.py')
-rw-r--r--DistUpgrade/DistUpgradeCache.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py
index 7629ed64..c7cb89f3 100644
--- a/DistUpgrade/DistUpgradeCache.py
+++ b/DistUpgrade/DistUpgradeCache.py
@@ -122,6 +122,7 @@ class MyCache(apt.Cache):
if not trusted:
untrusted.append(pkg.name)
if len(untrusted) > 0:
+ untrusted.sort()
logging.error("Unauthenticated packages found: '%s'" % \
" ".join(untrusted))
# FIXME: maybe ask a question here? instead of failing?