Dinstall { // was non-us.d.o path before SigningKeyring "/srv/security-master.debian.org/s3kr1t/dot-gnupg/secring.gpg"; SigningPubKeyring "/srv/security-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg"; SendmailCommand "/usr/sbin/sendmail -odq -oi -t"; MyEmailAddress "Debian FTP Masters "; MyAdminAddress "ftpmaster@debian.org"; MyHost "debian.org"; // used for generating user@my_host addresses in e.g. manual_reject() MyDistribution "Debian"; // Used in emails BugServer "bugs.debian.org"; PackagesServer "packages.debian.org"; Bcc "archive@ftp-master.debian.org"; // GroupOverrideFilename "override.group-maint"; SkipTime 300; CloseBugs "false"; OverrideDisparityCheck "false"; BXANotify "false"; DefaultSuite "stable"; SuiteSuffix "updates/"; OverrideMaintainer "dak@security.debian.org"; LegacyStableHasNoSections "false"; AllowSourceOnlyUploads "true"; }; Process-New { DinstallLockFile "/srv/security-master.debian.org/lock/processnew.lock"; LockDir "/srv/security-master.debian.org/lock/new/"; }; Process-Policy { CopyDir "/srv/security-master.debian.org/queue/accepted"; }; Import-Users-From-Passwd { ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file KnownPostgres "postgres,dak,www-data,udmsearch,repuser,debian-backup"; }; Queue-Report { Directories { byhand; new; unembargoed; embargoed; }; }; Import-LDAP-Fingerprints { LDAPDn "ou=users,dc=debian,dc=org"; LDAPServer "db.debian.org"; CACertFile "/etc/ssl/ca-debian/ca-certificates.crt"; 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"; }; Check-Overrides { OverrideSuites { Stable { Process "0"; }; Testing { Process "0"; }; }; }; Clean-Queues { Options { Days 14; }; MorgueSubDir "queue"; }; Rm { Options { Suite "unstable"; }; MyEmailAddress "Debian Archive Maintenance "; LogFile "/srv/security-master.debian.org/dak-log/removals.txt"; }; Clean-Suites { MorgueSubDir "pool"; }; Security-Install { ComponentMappings { main "ftp-master.debian.org:/pub/UploadQueue"; contrib "ftp-master.debian.org:/pub/UploadQueue"; non-free "ftp-master.debian.org:/pub/UploadQueue"; non-US/main "non-us.debian.org:/pub/UploadQueue"; non-US/contrib "non-us.debian.org:/pub/UploadQueue"; non-US/non-free "non-us.debian.org:/pub/UploadQueue"; }; }; SuiteMappings { "silent-map stable-security stable"; "silent-map stable-kfreebsd-security stable-kfreebsd"; "silent-map oldstable-security oldstable"; "silent-map oldoldstable-security oldoldstable"; "silent-map testing-security testing"; "silent-map squeeze-security oldoldstable"; "silent-map wheezy-security oldstable"; "silent-map jessie-security stable"; "silent-map jessie-kfreebsd-security stable-kfreebsd"; "silent-map stretch-security testing"; "reject oldoldstable"; }; Dir { Base "/srv/security-master.debian.org/"; Root "/srv/security-master.debian.org/ftp/"; Pool "/srv/security-master.debian.org/ftp/pool/"; Export "/srv/security-master.debian.org/export/"; Dak "/srv/security-master.debian.org/dak/"; Templates "/srv/security-master.debian.org/dak/templates/"; Override "/srv/security-master.debian.org/override/"; Lock "/srv/security-master.debian.org/lock/"; Cache "/srv/security-master.debian.org/database/"; Lists "/srv/security-master.debian.org/dak-database/dists/"; Log "/srv/security-master.debian.org/dak-log/"; Morgue "/srv/security-master.debian.org/morgue/"; Override "/srv/security-master.debian.org/scripts/override/"; Upload "/srv/queued/ftpmaster/"; TempPath "/srv/security-master.debian.org/tmp"; Holding "/srv/security-master.debian.org/queue/holding/"; Done "/srv/security-master.debian.org/queue/done/"; Reject "/srv/security-master.debian.org/queue/reject/"; Queue { Embargoed "/srv/security-master.debian.org/queue/embargoed/"; Unembargoed "/srv/security-master.debian.org/queue/unembargoed/"; Disembargo "/srv/security-master.debian.org/queue/unchecked-disembargo/"; }; }; DB { Service "obscurity"; // 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" }; ComponentMappings { "main updates/main"; "contrib updates/contrib"; "non-free updates/non-free"; "non-US/main updates/main"; "non-US/contrib updates/contrib"; "non-US/non-free updates/non-free"; }; Urgency { Default "low"; Valid { low; medium; high; emergency; critical; }; };