X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=af5268bb9891336dc0cd34a4d1c13ff7948fb2d7;hb=d201f544a274c611c1c0e8f0b061f0d46d34a7e3;hp=2dd2820f2b8fee4d715fec1e703eb9d1f0ea9600;hpb=50db22ea5f288daa39f81138a41a509d9a41cc3e;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 2dd2820f..af5268bb 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -102,11 +102,12 @@ def _do_Approve(): # 4. Run all the steps that are needed to publish the changed archive print "Domination" spawn("dak dominate") - print "Generating filelist for apt-ftparchive" - spawn("dak generate-filelist") +# print "Generating filelist for apt-ftparchive" +# 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("apt-ftparchive generate %s" % (utils.which_apt_conf_file())) + spawn("dak generate-packages-sources2") print "Updating Release files..." spawn("dak generate-releases") print "Triggering security mirrors... (this may take a while)"