]> git.decadent.org.uk Git - dak.git/commitdiff
and another place to rename the queues to the right value
authorJoerg Jaspert <joerg@debian.org>
Sun, 4 Dec 2011 10:47:22 +0000 (11:47 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 4 Dec 2011 10:47:22 +0000 (11:47 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/new_security_install.py

index af5268bb9891336dc0cd34a4d1c13ff7948fb2d7..65df7b08fc2691df1b4b59e5031ff197ae06e719 100755 (executable)
@@ -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