]> git.decadent.org.uk Git - dak.git/commitdiff
add the special queues
authorJoerg Jaspert <joerg@debian.org>
Mon, 6 Dec 2010 22:30:46 +0000 (23:30 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 6 Dec 2010 22:30:46 +0000 (23:30 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/dakdb/update22.py

index b6fbbb447b37ac776085ca91efeb1449f63fd21f..dbd7ced6023c1d3bf77b7c225ca1a4e4361d8211 100755 (executable)
@@ -69,7 +69,7 @@ def do_update(self):
 
         for q in c.fetchall():
             queues[q[0]] = q[1]
-            if q[1] in ['accepted', 'buildd']:
+            if q[1] in ['accepted', 'buildd', 'embargoed', 'unembargoed']:
                 # Move to build_queue_table
                 c.execute("""INSERT INTO build_queue (queue_name, path, copy_files)
                                    VALUES ('%s', '%s', '%s')""" % (q[1], q[2], q[3]))