X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fdakdb%2Fupdate28.py;h=dc39409a39814c41ff96416e45ff35403c6a5e50;hb=48a09717fc5fbf01c58b7e0379648e6b666c861a;hp=9e5c066d61de649d264423996bd56f14b4d4d11f;hpb=4c7eee9642e82b6286f807ad92a93e7ef30288e6;p=dak.git diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py old mode 100644 new mode 100755 index 9e5c066d..dc39409a --- a/dak/dakdb/update28.py +++ b/dak/dakdb/update28.py @@ -2,7 +2,7 @@ # coding=utf8 """ -Adding a trainee field to the process-new notes +keep contents of binary packages in tables so we can generate contents.gz files from dak @contact: Debian FTP Master @copyright: 2009 Mike O'Connor @@ -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