X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=ffb049b071e104ddbfef39d5a66a23c654e36398;hb=e3d8cb7bce30c76d6133ab04ce9b01804944d5cb;hp=7c175ae4f37d6a5aee351102cd5472f23a75f592;hpb=6dc5f445dac854e7349e76fa6dceb522aa964be1;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 7c175ae4..ffb049b0 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -352,6 +352,9 @@ Suite SuiteMappings { + "silent-map lenny-security oldstable-security"; + "silent-map squeeze-security stable-security"; + "silent-map wheezy-security testing-security"; "propup-version oldstable-security stable testing testing-proposed-updates unstable"; "propup-version stable-security testing testing-proposed-updates unstable"; "propup-version testing-security unstable"; @@ -372,9 +375,6 @@ SuiteMappings "map testing-security testing-proposed-updates"; "map-unreleased testing unstable"; "map-unreleased testing-proposed-updates unstable"; - "silent-map lenny-security oldstable-security"; - "silent-map squeeze-security stable-security"; - "silent-map wheezy-security testing-security"; }; AutomaticByHandPackages { @@ -525,3 +525,38 @@ Changelogs Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog"; Export "/srv/ftp-master.debian.org/export/changelogs"; } + +Generate-Releases +{ + MD5 + { + oldstable; + oldstable-proposed-updates; + proposed-updates; + stable; + }; + SHA1 + { + oldstable; + oldstable-proposed-updates; + proposed-updates; + squeeze-updates; + stable; + testing; + testing-proposed-updates; + unstable; + experimental; + }; + SHA256 + { + oldstable; + oldstable-proposed-updates; + proposed-updates; + squeeze-updates; + stable; + testing; + testing-proposed-updates; + unstable; + experimental; + }; +}