From: Joerg Jaspert Date: Sat, 14 Feb 2009 11:31:50 +0000 (+0100) Subject: Merge commit 'mhy/lenny-prepare' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=290343bd9e607cb870f315d68a19796c5e9989c0;hp=af33f894e66793aaa707327a9a85ee61a809995f;p=dak.git Merge commit 'mhy/lenny-prepare' into merge * commit 'mhy/lenny-prepare': Add security support for the lenny release First pass at lenny release branch remove backwards-compatiblity stuff which is no longer needed Signed-off-by: Joerg Jaspert --- diff --git a/config/debian-security/map.sh b/config/debian-security/map.sh new file mode 100755 index 00000000..d0cbaf44 --- /dev/null +++ b/config/debian-security/map.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +dak make-pkg-file-mapping | bzip2 -9 > /org/security.debian.org/ftp/indices/package-file.map.bz2 diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 26dc140b..765e6e83 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -138,7 +138,7 @@ Reject-Proposed-Updates { StableRejector "the Stable Release Team"; StableMail "debian-release@lists.debian.org"; - MoreInfoURL "http://release.debian.org/stable/4.0/4.0r6/"; + MoreInfoURL "http://release.debian.org/stable/4.0/4.0r7/"; }; Import-LDAP-Fingerprints diff --git a/dak/new_security_install.py b/dak/new_security_install.py index b1a47dba..c72641a2 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -474,6 +474,7 @@ def _do_Approve(): print "Updating file lists for apt-ftparchive..." spawn("dak make-suite-file-list") print "Updating Packages and Sources files..." + spawn("/org/security.debian.org/dak/config/debian-security/map.sh") spawn("apt-ftparchive generate %s" % (utils.which_apt_conf_file())) print "Updating Release files..." spawn("dak generate-releases")