X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fdak.conf;h=c1ff5293cd6ee207eedbba7017d8b4e13f47840a;hb=f44698379afcac66997806e421a216de8ad40a31;hp=c1980ad8b1f66232a7adf4b3344b669c84a719cc;hpb=4ca3a389722807dca1c619c03f8a94dcde660ac8;p=dak.git diff --git a/config/backports/dak.conf b/config/backports/dak.conf index c1980ad8..c1ff5293 100644 --- a/config/backports/dak.conf +++ b/config/backports/dak.conf @@ -9,9 +9,8 @@ Dinstall // Note: Key must be without a passphrase or it wont work automagically! SigningKeyring "/srv/backports-master.debian.org/s3kr1t/dot-gnupg/secring.gpg"; SigningPubKeyring "/srv/backports-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg"; - SigningKeyIds "16BA136C"; - SendmailCommand "/usr/sbin/sendmail -odq -oi -t"; - MyEmailAddress "backports.debian.org archive Installer "; + SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@backports.debian.org"; + MyEmailAddress "Backports Debian FTP Masters "; MyAdminAddress "ftpmaster@backports.debian.org"; MyHost "backports.debian.org"; // used for generating user@my_host addresses in e.g. manual_reject() MyDistribution "backports.debian.org archive"; // Used in emails @@ -26,21 +25,24 @@ Dinstall LockFile "/srv/backports-master.debian.org/lock/dinstall.lock"; // If defined this address gets a bcc of all mails. // FIXME: Einrichten wenn das hier produktiv geht! - Bcc "backports-archive@lists.backports.org"; + Bcc "debian-backports-changes@lists.debian.org"; GroupOverrideFilename "override.group-maint"; FutureTimeTravelGrace 28800; // 8 hours PastCutoffYear "1984"; SkipTime 300; // If defined then mails to close bugs are sent to the bugserver. CloseBugs "false"; - OverrideDisparityCheck "true"; - DefaultSuite "etch-backports"; + OverrideDisparityCheck "false"; + DefaultSuite "lenny-backports"; Reject { NoSourceOnly "true"; ReleaseTransitions "/srv/backports-master.debian.org/hints/transitions.yaml"; }; // If set, only send mails to addresses listed there. + // format of entries: one entry per line. Either an email address directly, or a regular expression, + // prefixed by "RE:". Examples: "jane.doe@domain.com" or "RE:jane[^@]@domain.com", where the first will + // only allow to mail jane.doe@domain.com while the second will mail all of jane*@domain.com MailWhiteList "/srv/backports-master.debian.org/dak/config/backports/mail-whitelist"; }; @@ -53,11 +55,6 @@ Generate-Index-Diffs }; }; -Override -{ - MyEmailAddress "backports.debian.org archive FTP Masters "; -}; - Add-User { // Should we sent a mail to newly added users? @@ -74,10 +71,15 @@ Add-User // which uma should add the user. NO spaces between the groupnames or // useradd will die. // Disable it if you dont want or need that feature. - GID "debuser"; +// GID "debuser"; }; +Show-New +{ + HTMLPath "/srv/backports-web.debian.org/underlay/new/"; +} + Check-Overrides { OverrideSuites @@ -88,16 +90,18 @@ Check-Overrides // OriginSuite "Unstable"; }; - etch-backports + lenny-backports-sloppy + { + Process "1"; +// OriginSuite "Unstable"; + }; + + squeeze-backports { Process "1"; // OriginSuite "Unstable"; }; -// Unstable -// { -// Process "0"; -// }; }; }; @@ -105,9 +109,17 @@ Check-Overrides Import-Users-From-Passwd { // The Primary GID of your users. Using uma it is the gid from group users. - ValidGID "1001"; + ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,katie"; + KnownPostgres "postgres,katie,dak,www-data,qa,guest,repuser"; +}; + +Queue-Report +{ + ReportLocations + { + 822Location "/srv/backports-web.debian.org/underlay/new.822"; + }; }; Clean-Queues @@ -124,7 +136,7 @@ Control-Overrides Options { Component "main"; - Suite "etch-backports"; + Suite "lenny-backports"; Type "deb"; }; @@ -135,11 +147,11 @@ Rm { Options { - Suite "etch-backports"; + Suite "lenny-backports"; }; - MyEmailAddress "backports.debian.org archive Maintenance "; - LogFile "/srv/backports-master.debian.org/ftp/removals.txt"; + LogFile "/srv/backports-web.debian.org/underlay/removals.txt"; + LogFile822 "/srv/backports-web.debian.org/underlay/removals.822"; }; Import-Archive @@ -157,7 +169,8 @@ Clean-Suites Process-New { - AcceptedLockFile "/srv/backports-master.debian.org/lock/unchecked.lock"; + DinstallLockFile "/srv/backports-master.debian.org/lock/processnew.lock"; + LockDir "/srv/backports-master.debian.org/lock/new/"; }; Suite @@ -170,17 +183,19 @@ Suite contrib; non-free; }; + }; - Announce "backports-changes@lists.backports.org"; - Origin "backports.debian.org archive"; - Description "Backports for the Lenny Distribution"; - CodeName "lenny-backports"; - OverrideCodeName "lenny-backports"; - Priority "7"; - NotAutomatic "yes"; + lenny-backports-sloppy + { + Components + { + main; + contrib; + non-free; + }; }; - etch-backports + squeeze-backports { Components { @@ -188,13 +203,6 @@ Suite contrib; non-free; }; - Announce "backports-changes@lists.backports.org"; - Origin "backports.debian.org archive"; - Description "Backports for the Etch Distribution"; - CodeName "etch-backports"; - OverrideCodeName "etch-backports"; - Priority "7"; - NotAutomatic "yes"; }; }; @@ -203,57 +211,53 @@ 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/"; + Cache "/srv/backports-master.debian.org/database/"; Log "/srv/backports-master.debian.org/log/"; - Morgue "/srv/backports-master.debian.org/morgue/"; - MorgueReject "reject"; Lock "/srv/backports-master.debian.org/lock"; + Morgue "/srv/backports-master.debian.org/morgue/"; Override "/srv/backports-master.debian.org/scripts/override/"; + QueueBuild "/srv/backports-master.debian.org/buildd/"; UrgencyLog "/srv/backports-master.debian.org/testing/urgencies/"; + TempPath "/srv/backports-master.debian.org/tmp"; Queue { - Accepted "/srv/backports-master.debian.org/queue/accepted/"; Byhand "/srv/backports-master.debian.org/queue/byhand/"; Done "/srv/backports-master.debian.org/queue/done/"; Holding "/srv/backports-master.debian.org/queue/holding/"; New "/srv/backports-master.debian.org/queue/new/"; - ProposedUpdates "/srv/backports-master.debian.org/queue/p-u-new/"; Reject "/srv/backports-master.debian.org/queue/reject/"; Unchecked "/srv/backports-master.debian.org/queue/unchecked/"; BTSVersionTrack "/srv/backports-master.debian.org/queue/bts_version_track/"; + Newstage "/srv/backports-master.debian.org/queue/newstage/"; Embargoed "/srv/backports-master.debian.org/queue/Embargoed/"; Unembargoed "/srv/backports-master.debian.org/queue/Unembargoed/"; + ProposedUpdates "/srv/backports-master.debian.org/queue/p-u-new/"; OldProposedUpdates "/srv/backports-master.debian.org/queue/Unembargoed/"; }; }; DB { - Name "projectb"; - 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 { - "propup-version stable-security testing"; - "propup-version testing-security unstable"; -// "map stable proposed-updates"; "map lenny lenny-backports"; "map lenny-bpo lenny-backports"; - "map etch etch-backports"; -// formi mag des nit -// "map stable etch-backports"; - "map etch-bpo etch-backports"; -// "map stable-security proposed-updates"; -// "map-unreleased stable unstable"; -// "map-unreleased proposed-updates unstable"; -// "map testing testing-proposed-updates"; -// "map testing-security testing-proposed-updates"; -// "map-unreleased testing unstable"; -// "map-unreleased testing-proposed-updates unstable"; + "map lenny-bpo-sloppy lenny-backports-sloppy"; + "map squeeze squeeze-backports"; + "map squeeze-bpo squeeze-backports"; }; Architectures @@ -275,6 +279,8 @@ Architectures s390 "IBM S/390"; sh "Hitatchi SuperH"; sparc "Sun SPARC/UltraSPARC"; + kfreebsd-i386 "GNU/kFreeBSD i386"; + kfreebsd-amd64 "GNU/kFreeBSD amd64"; }; Archive @@ -303,8 +309,8 @@ Component non-free { - Description "Software that fails to meet the DFSG"; - MeetsDFSG "false"; + Description "Software that fails to meet the DFSG"; + MeetsDFSG "false"; }; }; @@ -375,13 +381,6 @@ Priority source 0; // i.e. unused }; -OverrideType -{ - deb; - udeb; - dsc; -}; - Location { // Pool locations on backports.debian.org @@ -405,3 +404,49 @@ Urgency critical; }; }; + +Common +{ + // The default number of threads for multithreading parts of dak: + ThreadCount 16; +} + +Import-LDAP-Fingerprints +{ + LDAPDn "ou=users,dc=debian,dc=org"; + LDAPServer "db.debian.org"; + ExtraKeyrings + { + "/srv/keyring.debian.org/keyrings/removed-keys.pgp"; + "/srv/keyring.debian.org/keyrings/removed-keys.gpg"; + "/srv/keyring.debian.org/keyrings/extra-keys.pgp"; + }; + KeyServer "wwwkeys.eu.pgp.net"; +}; + +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; + }; +}