X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=97aaa01db26d46c381fe25a0a0237d65d715689e;hb=b6cf40a404bec1867ad0e5298ce08857dabb16f9;hp=7c175ae4f37d6a5aee351102cd5472f23a75f592;hpb=6dc5f445dac854e7349e76fa6dceb522aa964be1;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 7c175ae4..97aaa01d 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 { @@ -454,6 +454,12 @@ DB Name "projectb"; Host ""; Port 5433; + // PoolSize should be at least ThreadCount + 1 + PoolSize 17; + // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize + MaxOverflow 13; + // should be false for encoding == SQL_ASCII + Unicode "false" }; Archive @@ -525,3 +531,43 @@ Changelogs Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog"; Export "/srv/ftp-master.debian.org/export/changelogs"; } + +Generate-Releases +{ + MD5Sum + { + oldstable; + oldstable-proposed-updates; + proposed-updates; + stable; + squeeze-updates; + testing; + testing-proposed-updates; + unstable; + experimental; + }; + 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; + }; +}