summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 18:37:25 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 18:37:25 +0100
commit4a1c03022c92d3c477c333c1592c888cf216b19d (patch)
tree063219d7f2e87f813a3f94aa87e7a799197fc33c /DistUpgrade
parent160dcc7d66fb94b95932b81787358d3a1b615412 (diff)
downloadpython-apt-4a1c03022c92d3c477c333c1592c888cf216b19d.tar.gz
* UpdateManager/MetaRelease.py, DistUpgradeFetcher:
- make the authentication work reliable * DistUpgrade/DistUpgradeViewGtk.py: - exit on fatal uncaught exceptions * SoftwareProperties/SoftwareProperties.py: - fix a indent error when adding gpg keys
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index 7298b31e..2f7e3fed 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -230,6 +230,7 @@ class DistUpgradeViewGtk(DistUpgradeView,SimpleGladeApp):
"files ~/dist-upgrade.log and ~/dist-upgrade-apt.log "
"in your report. The upgrade aborts now. "),
"\n".join(lines))
+ sys.exit(1)
def create_terminal(self, arg1,arg2,arg3,arg4):
" helper to create a vte terminal "