X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=config%2Fdebian-security%2Fdak.conf;h=c4a932a0cd1ac23255f5e18756c925e7ae0ad53f;hp=10213e592cb03383efd0ff1bd7c1f6f5d6ecdb43;hb=356f4f93a9d0b29c0878111f7c3eee194f6571e5;hpb=72071ba319833252534fc95f275fe30e5392e19e diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index 10213e59..c4a932a0 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -124,6 +124,16 @@ SuiteMappings "reject oldoldstable"; }; +AutomaticByHandPackages +{ + "linux-code-sign" { + Source "linux"; + Section "byhand"; + Extension "tar.xz"; + Script "/srv/security-master.debian.org/dak/scripts/debian/byhand-code-sign"; + }; +}; + Dir { Base "/srv/security-master.debian.org/"; @@ -182,8 +192,3 @@ Urgency critical; }; }; - -Changelogs -{ - Export "/srv/security-master.debian.org/export/changelogs"; -};