X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fdak.conf;h=020a9963fa1e5afb5441e5a23132bd3a4f5b1cb1;hb=1a4b643db176562f925668b258fa3882634bb759;hp=c79533d618df42f02de510123c93de02374e8501;hpb=2b5b71163136c3dcd3cd46a4a867572d5469f248;p=dak.git diff --git a/config/backports/dak.conf b/config/backports/dak.conf index c79533d6..020a9963 100644 --- a/config/backports/dak.conf +++ b/config/backports/dak.conf @@ -111,7 +111,7 @@ Import-Users-From-Passwd // The Primary GID of your users. Using uma it is the gid from group users. ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,katie,dak,www-data,qa,guest"; + KnownPostgres "postgres,katie,dak,www-data,qa,guest,repuser"; }; Queue-Report @@ -243,9 +243,13 @@ Dir DB { - Name "backports"; - Host ""; - Port -1; + Service "backports"; + // PoolSize should be at least ThreadCount + 1 + PoolSize 5; + // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize + MaxOverflow 13; + // should be false for encoding == SQL_ASCII + Unicode "false" }; SuiteMappings @@ -432,3 +436,25 @@ Changelogs { Export "/srv/backports-master.debian.org/export/changelogs"; } + +Generate-Releases +{ + MD5Sum + { + lenny-backports; + lenny-backports-sloppy; + squeeze-backports; + }; + SHA1 + { + lenny-backports; + lenny-backports-sloppy; + squeeze-backports; + }; + SHA256 + { + lenny-backports; + lenny-backports-sloppy; + squeeze-backports; + }; +}