X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=aa2928db71bef54f63fb990b80563c59502b92b2;hb=677e507613f0c410ffaefda67413ad82c2ed454c;hp=4f718b457e1cbb19b2712edae111f0a0b6ef83e7;hpb=f37ffde83d0b15674d6e885f195b79bd9a62f211;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 4f718b45..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)) @@ -107,7 +103,6 @@ def _do_Approve(): # spawn("dak generate-filelist") print "Updating Packages and Sources files... This may take a while, be patient" spawn("/srv/security-master.debian.org/dak/config/debian-security/map.sh") - # spawn("apt-ftparchive generate %s" % (utils.which_apt_conf_file())) spawn("dak generate-packages-sources2 -a security") print "Updating Release files..." spawn("dak generate-releases -a security")