From 6152afd41bc875529bf34367f22cf5067574d257 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 12 May 2006 16:23:22 +0200 Subject: * tell the user about demoted packages --- DistUpgrade/DistUpgradeCache.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'DistUpgrade/DistUpgradeCache.py') diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py index c46a0e69..96b8517d 100644 --- a/DistUpgrade/DistUpgradeCache.py +++ b/DistUpgrade/DistUpgradeCache.py @@ -17,12 +17,6 @@ class MyCache(apt.Cache): self.config = DistUpgradeConfig() self.metapkgs = self.config.getlist("Distro","MetaPkgs") - # turn on debuging - apt_pkg.Config.Set("Debug::pkgProblemResolver","true") - fd = os.open("/var/log/dist-upgrade-apt.log", os.O_RDWR|os.O_CREAT|os.O_TRUNC) - os.dup2(fd,1) - os.dup2(fd,2) - # a list of regexp that are not allowed to be removed self.removal_blacklist = [] for line in open("removal_blacklist.txt").readlines(): -- cgit v1.2.3