From: Joerg Jaspert Date: Sun, 4 Dec 2011 10:47:22 +0000 (+0100) Subject: and another place to rename the queues to the right value X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c34173748c1bed5fe822f4d9aae138a35290c631;p=dak and another place to rename the queues to the right value Signed-off-by: Joerg Jaspert --- diff --git a/dak/new_security_install.py b/dak/new_security_install.py index af5268bb..65df7b08 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -87,8 +87,8 @@ def sudo(arg, fn, exit): def do_Approve(): sudo("A", _do_Approve, True) def _do_Approve(): # 1. use process-policy to go through the COMMENTS dir - spawn("dak process-policy embargo") - spawn("dak process-policy disembargo") + spawn("dak process-policy embargoed") + spawn("dak process-policy unembargoed") newstage=get_policy_queue('newstage') # 2. sync the stuff to ftpmaster