X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate28.py;h=dc39409a39814c41ff96416e45ff35403c6a5e50;hb=f634a4b19d5ec88a368914a6068d4d78cde886a2;hp=6e73c7508118937ab34dad25166a5c045b4506e7;hpb=54a1e63df2a81a8f5e6f3148d59afcfeaa7b3495;p=dak.git diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py old mode 100644 new mode 100755 index 6e73c750..dc39409a --- a/dak/dakdb/update28.py +++ b/dak/dakdb/update28.py @@ -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