X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=487ea55282f45ce5d1d0f68a66f3d04583afbafa;hb=e9cc0a792042019c2e59ba7ee38af55b4b0d1447;hp=bc9da6d8d64548b8adfb6a8fd574b48d58f8469b;hpb=504b5a17d6b16ecfc7aea32e4a1e92658db829fe;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index bc9da6d8..487ea552 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -69,7 +69,7 @@ Import-Users-From-Passwd { ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,dak,katie,release,qa,www-data,guest"; + KnownPostgres "postgres,dak,katie,release,qa,www-data,guest,repuser"; }; Clean-Queues @@ -359,8 +359,11 @@ SuiteMappings "propup-version stable-security testing testing-proposed-updates unstable"; "propup-version testing-security unstable"; "map lenny oldstable"; + "map lenny-proposed-updates oldstable-proposed-updates"; "map squeeze stable"; + "map squeeze-proposed-updates proposed-updates"; "map wheezy testing"; + "map wheezy-proposed-updates testing-proposed-updates"; "map sid unstable"; "map rc-buggy experimental"; "map oldstable oldstable-proposed-updates"; @@ -451,13 +454,13 @@ Queue-Report DB { - Name "projectb"; - Host ""; - Port 5433; + Service "projectb"; // PoolSize should be at least ThreadCount + 1 - PoolSize 17; + PoolSize 5; // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize MaxOverflow 13; + // should be false for encoding == SQL_ASCII + Unicode "false" }; Archive