X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=7098d048d35a660ece738c2f8cc2650779cde334;hb=99eca4d3506844788195b1005708a9c7d6e05fd5;hp=f82efc91a37248e79de0b237c689a479db352b9a;hpb=63f26bf89ead3f02d35e639f2fdaf4419e53ac7e;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index f82efc91..7098d048 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"; @@ -522,3 +525,39 @@ 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; + squeeze-updates; + }; + 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; + }; +}