summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeCache.py
diff options
context:
space:
mode:
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?