[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] add the special queues



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/dakdb/update22.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/dakdb/update22.py b/dak/dakdb/update22.py
index b6fbbb4..dbd7ced 100755
--- a/dak/dakdb/update22.py
+++ b/dak/dakdb/update22.py
@@ -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]))
-- 
1.5.6.5



Reply to: