]> git.decadent.org.uk Git - dak.git/commitdiff
Allow squeeze-backports for dm
authorJoerg Jaspert <joerg@debian.org>
Sat, 17 Mar 2012 15:56:19 +0000 (16:56 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 17 Mar 2012 15:56:19 +0000 (16:56 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/queue.py

index ccb806e939193f792cb4bce4495a1651386304ba..8acfb4e7f198803d3f914c97c1e22df8a3f48b2f 100755 (executable)
@@ -386,8 +386,9 @@ def edit_note(note, upload, session, trainee=False):
 
 ###############################################################################
 
+# FIXME: Should move into the database
 # suite names DMs can upload to
-dm_suites = ['unstable', 'experimental']
+dm_suites = ['unstable', 'experimental', 'squeeze-backports']
 
 def get_newest_source(source, session):
     'returns the newest DBSource object in dm_suites'
@@ -1807,7 +1808,7 @@ class Upload(object):
         r = get_newest_source(self.pkg.changes["source"], session)
 
         if r is None:
-            rej = "Could not find existing source package %s in unstable or experimental and this is a DM upload" % self.pkg.changes["source"]
+            rej = "Could not find existing source package %s in the DM allowed suites and this is a DM upload" % self.pkg.changes["source"]
             self.rejects.append(rej)
             return