From 07964ae62683060924956e3aef2b48f9c925bcbb Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Mon, 14 Jan 2008 06:13:57 +0000 Subject: [PATCH] process_unchecked: if embargoed queues are enabled, always embargo --- dak/process_unchecked.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." -- 2.39.2