[dak/master] and another place to rename the queues to the right value
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
dak/new_security_install.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dak/new_security_install.py b/dak/new_security_install.py
index af5268b..65df7b0 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
--
1.7.2.5
Reply to: