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"; SigningKeyIds "16BA136C"; SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@ftp-master.debian.org"; MyEmailAddress "backports.debian.org archive Installer "; 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 "backports-archive@lists.backports.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 "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; }; }; }; Override { MyEmailAddress "backports.debian.org archive FTP Masters "; }; 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-master.debian.org/web/new/"; } Check-Overrides { OverrideSuites { lenny-backports { Process "1"; // OriginSuite "Unstable"; }; etch-backports { Process "1"; // OriginSuite "Unstable"; }; // Unstable // { // Process "0"; // }; }; }; 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"; }; 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"; }; MyEmailAddress "backports.debian.org archive Maintenance "; LogFile "/srv/backports-master.debian.org/ftp/removals.txt"; LogFile822 "/srv/backports-master.debian.org/ftp/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 { AcceptedLockFile "/srv/backports-master.debian.org/lock/unchecked.lock"; LockDir "/srv/backports-master.debian.org/lock/new/"; }; Suite { lenny-backports { Components { main; 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"; }; etch-backports { Components { main; 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"; }; }; Dir { Root "/srv/backports-master.debian.org/ftp/"; Pool "/srv/backports-master.debian.org/ftp/pool/"; Templates "/srv/backports-master.debian.org/dak/templates/"; PoolRoot "pool/"; Lists "/srv/backports-master.debian.org/database/dists/"; 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/"; 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; }; SuiteMappings { "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"; }; 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"; };