]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update28.py
get rid of testing code (hardcoded 'unstable','testing', /home/stew paths, etc)
[dak.git] / dak / dakdb / update28.py
old mode 100644 (file)
new mode 100755 (executable)
index 6e73c75..dc39409
@@ -41,8 +41,7 @@ def suites():
     if Config().has_key( "%s::%s" %(options_prefix,"Suite")):
         suites = utils.split_args(Config()[ "%s::%s" %(options_prefix,"Suite")])
     else:
-        suites = [ 'unstable', 'testing' ]
-#            suites = Config().SubTree("Suite").List()
+        suites = Config().SubTree("Suite").List()
 
     return suites