From caca5e2d382ef3a0e5d00dc888f0448620372ee0 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 27 Apr 2006 17:57:13 +0200 Subject: * check for BaseMetaPkgs after the cache was reopend (to see if the update still has the essential packages) --- DistUpgrade/DistUpgradeViewGtk.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'DistUpgrade/DistUpgradeViewGtk.py') 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) -- cgit v1.2.3