]> git.decadent.org.uk Git - dak.git/commitdiff
process_unchecked: if embargoed queues are enabled, always embargo
authorAnthony Towns <aj@azure.humbug.org.au>
Mon, 14 Jan 2008 06:13:57 +0000 (06:13 +0000)
committerAnthony Towns <aj@azure.humbug.org.au>
Mon, 14 Jan 2008 06:13:57 +0000 (06:13 +0000)
dak/process_unchecked.py

index d6a25b0e8361544a6c57e7f203f276e184ef7816..e4f055dee9238405be1bb4dfabd4130a920c248f 100755 (executable)
@@ -1285,7 +1285,8 @@ def queue_unembargo (summary, short_summary):
 ################################################################################
 
 def is_embargo ():
-    return 0
+    # if embargoed queues are enabled always embargo
+    return 1
 
 def queue_embargo (summary, short_summary):
     print "Moving to EMBARGOED holding area."