summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewGtk.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-27 17:57:13 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-27 17:57:13 +0200
commitcaca5e2d382ef3a0e5d00dc888f0448620372ee0 (patch)
treef15c005c707ca6423e03fc00ab51a492eef28cd7 /DistUpgrade/DistUpgradeViewGtk.py
parent99bd3a8f471864c4ab945c1932f48088c79ed71d (diff)
downloadpython-apt-caca5e2d382ef3a0e5d00dc888f0448620372ee0.tar.gz
* check for BaseMetaPkgs after the cache was reopend (to see if the update still has the essential packages)
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index bf1fcbe8..561ab22c 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -309,8 +309,11 @@ class DistUpgradeViewGtk(DistUpgradeView,SimpleGladeApp):
logging.error("not handled expection:\n%s" % "\n".join(lines))
self.error(_("A fatal error occured"),
_("Please report this as a bug and include the "
- "files ~/dist-upgrade.log and ~/dist-upgrade-apt.log "
- "in your report. The upgrade aborts now. "),
+ "files /var/log/dist-upgrade.log and "
+ "/var/log/dist-upgrade-apt.log "
+ "in your report. The upgrade aborts now.\n"
+ "Your original sources.list was saved in "
+ "/etc/apt/sources.list.distUpgrade."),
"\n".join(lines))
sys.exit(1)