From c34173748c1bed5fe822f4d9aae138a35290c631 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 4 Dec 2011 11:47:22 +0100 Subject: [PATCH] and another place to rename the queues to the right value Signed-off-by: Joerg Jaspert --- dak/new_security_install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2