X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=aa2928db71bef54f63fb990b80563c59502b92b2;hb=8da2e7beb9591390ad12aaed29a4eb13aaa3a07d;hp=251f34fe6c16f9cc42a417004f6eba362690e25d;hpb=52eb03dccab0a9898bca4d36a0a96ebe377fb977;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 251f34fe..aa2928db 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -86,10 +86,6 @@ 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 embargoed") - spawn("dak process-policy unembargoed") - print "Locking unchecked" lockfile='/srv/security-master.debian.org/lock/unchecked.lock' spawn("lockfile -r42 {0}".format(lockfile))