summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-18 14:12:07 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-18 14:12:07 +0100
commitaea7fc20a2b038b5daf776be1edea9454551ad82 (patch)
tree1ef19d97cef85aa7aab13e075ef6ee4daa988425 /DistUpgrade/DistUpgradeControler.py
parent99dfc94a31ea94bca1b5d451592bda5e22d7ea7c (diff)
downloadpython-apt-aea7fc20a2b038b5daf776be1edea9454551ad82.tar.gz
* DistUpgradeCache: fixes in the upgrade logic for meta-pkgs
* DistUpgradeControler: removed Controler.missing_pkgs
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
-rw-r--r--DistUpgrade/DistUpgradeControler.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index fe679830..2b9fde3b 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -46,14 +46,9 @@ class DistUpgradeControler(object):
#self.toDist = "breezy"
self.fromDist = "breezy"
self.toDist = "dapper"
-
+
self.origin = "Ubuntu"
- # a list of missing pkg names in the current install that neesd to
- # be added before the dist-upgrade (e.g. missing ubuntu-desktop)
- self.missing_pkgs = []
-
-
def openCache(self):
self.cache = MyCache(self._view.getOpCacheProgress())