X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fdak.conf;h=d019f8774a425ea45a45d0e7453f2fa4e70bfc19;hb=9e68d19cf842cd942e03c37ecb3228730585ebc8;hp=57f839d730d8e9a417b500508acde3b76d6cb02a;hpb=0728f1b55afc80016fe27fada8dc78e635d26c60;p=dak.git diff --git a/config/backports/dak.conf b/config/backports/dak.conf index 57f839d7..d019f877 100644 --- a/config/backports/dak.conf +++ b/config/backports/dak.conf @@ -1,10 +1,5 @@ Dinstall { - // Both need to be defined at the moment, but they can point to the - // same file. - GPGKeyring { - "/srv/backports-master.debian.org/keyrings/keyring.gpg"; - }; // To sign the release files. Adjust the keyid! // Note: Key must be without a passphrase or it wont work automagically! SigningKeyring "/srv/backports-master.debian.org/s3kr1t/dot-gnupg/secring.gpg"; @@ -36,7 +31,6 @@ Dinstall DefaultSuite "lenny-backports"; Reject { - NoSourceOnly "true"; ReleaseTransitions "/srv/backports-master.debian.org/hints/transitions.yaml"; }; // If set, only send mails to addresses listed there. @@ -90,16 +84,18 @@ Check-Overrides // OriginSuite "Unstable"; }; + lenny-backports-sloppy + { + Process "1"; +// OriginSuite "Unstable"; + }; + squeeze-backports { Process "1"; // OriginSuite "Unstable"; }; -// Unstable -// { -// Process "0"; -// }; }; }; @@ -109,7 +105,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 @@ -137,8 +133,6 @@ Control-Overrides Suite "lenny-backports"; Type "deb"; }; - - ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name }; Rm @@ -183,6 +177,15 @@ Suite }; }; + lenny-backports-sloppy + { + Components + { + main; + contrib; + non-free; + }; + }; squeeze-backports { @@ -200,6 +203,7 @@ Dir { Root "/srv/backports-master.debian.org/ftp/"; Pool "/srv/backports-master.debian.org/ftp/pool/"; + Export "/srv/backports-master.debian.org/export/"; Templates "/srv/backports-master.debian.org/dak/templates/"; PoolRoot "pool/"; Lists "/srv/backports-master.debian.org/database/dists/"; @@ -207,7 +211,6 @@ Dir Log "/srv/backports-master.debian.org/log/"; Lock "/srv/backports-master.debian.org/lock"; Morgue "/srv/backports-master.debian.org/morgue/"; - MorgueReject "reject"; Override "/srv/backports-master.debian.org/scripts/override/"; QueueBuild "/srv/backports-master.debian.org/buildd/"; UrgencyLog "/srv/backports-master.debian.org/testing/urgencies/"; @@ -231,15 +234,20 @@ 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 { "map lenny lenny-backports"; "map lenny-bpo lenny-backports"; + "map lenny-bpo-sloppy lenny-backports-sloppy"; "map squeeze squeeze-backports"; "map squeeze-bpo squeeze-backports"; }; @@ -277,28 +285,6 @@ Archive }; }; -Component -{ - main - { - Description "Main"; - MeetsDFSG "true"; - }; - - contrib - { - Description "Contrib"; - MeetsDFSG "true"; - }; - - non-free - { - Description "Software that fails to meet the DFSG"; - MeetsDFSG "false"; - }; - -}; - Section { admin; @@ -365,24 +351,6 @@ Priority source 0; // i.e. unused }; -OverrideType -{ - deb; - udeb; - dsc; -}; - -Location -{ - // Pool locations on backports.debian.org - /srv/backports-master.debian.org/ftp/pool/ - { - Archive "backports"; - Type "pool"; - }; - -}; - Urgency { Default "low"; @@ -419,3 +387,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; + }; +}