]> git.decadent.org.uk Git - dak.git/commitdiff
index all suites
authorMike O'Connor <stew@vireo.org>
Sat, 9 Jan 2010 20:06:06 +0000 (15:06 -0500)
committerMike O'Connor <stew@vireo.org>
Sat, 9 Jan 2010 20:06:06 +0000 (15:06 -0500)
Signed-off-by: Mike O'Connor <stew@vireo.org>
dak/dakdb/update28.py

index a828cf5cde76b0b636a7d4e0bd3c428e2c41d7f0..1e32f2dd790fc264045d0567efc20f2f027b0198 100755 (executable)
@@ -39,11 +39,7 @@ def _suites():
     """
     return a list of suites to operate on
     """
-    if Config().has_key( "%s::%s" %(options_prefix,"Suite")):
-        suites = utils.split_args(Config()[ "%s::%s" %(options_prefix,"Suite")])
-    else:
-        suites = Config().SubTree("Suite").List()
-
+    suites = Config().SubTree("Suite").List()
     return suites
 
 def arches(cursor, suite):