diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 18:37:25 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 18:37:25 +0100 |
| commit | 4a1c03022c92d3c477c333c1592c888cf216b19d (patch) | |
| tree | 063219d7f2e87f813a3f94aa87e7a799197fc33c /DistUpgrade | |
| parent | 160dcc7d66fb94b95932b81787358d3a1b615412 (diff) | |
| download | python-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.py | 1 |
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 " |
