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"; SigningPubKeyring "/srv/backports-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg"; 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 // Alicia and melanie can use it BugServer "bugs.debian.org"; // melanie uses the packages server. // PackagesServer "packages.test.backports.org"; // If defined then the package@this.server gets a copy of most of the // actions related to the package. For an example look at // packages.qa.debian.org // TrackingServer "packages.qa.test.backports.org"; 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 "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 "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"; }; Generate-Index-Diffs { Options { TempDir "/srv/backports-master.debian.org/tiffani"; MaxDiffs { Default 50; }; }; }; Add-User { // Should we sent a mail to newly added users? SendEmail "true"; // Should we create an account so they can login? // Account will be created with the defaults from adduser, so adjust // it's configuration to fit your needs. // NOTE: This requires that your dak user has a sudo entry, allowing // to run /usr/sbin/useradd! CreateAccount "false"; // Note: This is a comma separated list of additional groupnames to // 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"; }; Show-New { HTMLPath "/srv/backports-web.debian.org/underlay/new/"; } Check-Overrides { OverrideSuites { lenny-backports { Process "1"; // OriginSuite "Unstable"; }; lenny-backports-sloppy { Process "1"; // OriginSuite "Unstable"; }; squeeze-backports { Process "1"; // OriginSuite "Unstable"; }; }; }; 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,repuser"; }; Queue-Report { ReportLocations { 822Location "/srv/backports-web.debian.org/underlay/new.822"; }; }; Clean-Queues { Options { Days 14; }; MorgueSubDir "queues"; }; Control-Overrides { Options { Component "main"; Suite "lenny-backports"; Type "deb"; }; ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name }; Rm { Options { Suite "lenny-backports"; }; LogFile "/srv/backports-web.debian.org/underlay/removals.txt"; LogFile822 "/srv/backports-web.debian.org/underlay/removals.822"; }; Import-Archive { ExportDir "/srv/backports-master.debian.org/dak/import-archive-files/"; }; Clean-Suites { // How long (in seconds) dead packages are left before being killed StayOfExecution 1209600; // 14 days AcceptedAutoBuildStayOfExecution 86400; // 24 hours MorgueSubDir "pool"; }; Process-New { DinstallLockFile "/srv/backports-master.debian.org/lock/processnew.lock"; LockDir "/srv/backports-master.debian.org/lock/new/"; }; Suite { lenny-backports { Components { main; contrib; non-free; }; }; lenny-backports-sloppy { Components { main; contrib; non-free; }; }; squeeze-backports { Components { main; contrib; non-free; }; }; }; 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/"; 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/"; TempPath "/srv/backports-master.debian.org/tmp"; Queue { 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/"; 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 { 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"; }; Architectures { source "Source"; all "Architecture Independent"; alpha "DEC Alpha"; amd64 "AMD x86_64 (AMD64)"; hurd-i386 "Intel ia32 running the HURD"; hppa "HP PA RISC"; arm "ARM"; armel "ARM EABI"; i386 "Intel ia32"; ia64 "Intel ia64"; m68k "Motorola Mc680x0"; mips "MIPS (Big Endian)"; mipsel "MIPS (Little Endian)"; powerpc "PowerPC"; s390 "IBM S/390"; sh "Hitatchi SuperH"; sparc "Sun SPARC/UltraSPARC"; kfreebsd-i386 "GNU/kFreeBSD i386"; kfreebsd-amd64 "GNU/kFreeBSD amd64"; }; Archive { backports { OriginServer "backports.debian.org"; PrimaryMirror "backports.debian.org"; Description "Master Archive for backports.debian.org 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; cli-mono; comm; database; debian-installer; debug; devel; doc; editors; embedded; electronics; fonts; games; gnome; graphics; gnu-r; gnustep; hamradio; haskell; httpd; interpreters; java; kde; kernel; libdevel; libs; lisp; localization; mail; math; misc; net; news; ocaml; oldlibs; otherosfs; perl; php; python; ruby; science; shells; sound; tex; text; utils; web; vcs; video; x11; xfce; zope; }; Priority { required 1; important 2; standard 3; optional 4; extra 5; 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"; Valid { low; medium; high; emergency; 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; }; }