]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update28.py
update29 to get rid of old contents tables
[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