[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] index all suites



Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 dak/dakdb/update28.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py
index a828cf5..1e32f2d 100755
--- a/dak/dakdb/update28.py
+++ b/dak/dakdb/update28.py
@@ -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):
-- 
1.6.5


Reply to: