X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=e4f055dee9238405be1bb4dfabd4130a920c248f;hb=07964ae62683060924956e3aef2b48f9c925bcbb;hp=d6a25b0e8361544a6c57e7f203f276e184ef7816;hpb=d01b87da9158bfdc35fdb0628556fd3c9bb49eae;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index d6a25b0e..e4f055de 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -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."