From 158add49781967e83b951816a81fe70517643d1c Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 27 Apr 2006 18:24:02 +0200 Subject: * DistUpgrade/mirrors.txt: added (based on https://wiki.ubuntu.com/Archive) * DistUpgrade/DistUpgradeConfigParser.py: added getListFromFile * DistUpgrade/DistUpgradeControler.py: use the more complete mirror list --- DistUpgrade/DistUpgradeControler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DistUpgrade/DistUpgradeControler.py') diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 65713e68..18f452e6 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -76,7 +76,7 @@ class DistUpgradeControler(object): ] # list of valid mirrors that we can add - valid_mirrors = self.config.getlist("Sources","ValidMirrors") + valid_mirrors = self.config.getListFromFile("Sources","ValidMirrors") # look over the stuff we have foundToDist = False -- cgit v1.2.3