X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fdak.conf;h=e1869d3ba0986f2f96bdc589f6d208cc1a94ab75;hb=321e39b64490fb825769f7ed9f6534cebeedd923;hp=363d8c79196eaa17b2be9634ef122a7297bb58a7;hpb=1eeb90f6bf381e10fcd8f0a04437883b443855d5;p=dak.git diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index 363d8c79..e1869d3b 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -38,7 +38,7 @@ 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"; + KnownPostgres "postgres,dak,www-data,udmsearch,repuser,debian-backup"; }; Queue-Report @@ -56,7 +56,7 @@ Import-LDAP-Fingerprints { LDAPDn "ou=users,dc=debian,dc=org"; LDAPServer "db.debian.org"; - CACertFile "/etc/ssl/certs/spi-cacert-2008.pem"; + CACertFile "/etc/ssl/ca-debian/ca-certificates.crt"; ExtraKeyrings { "/srv/keyring.debian.org/keyrings/removed-keys.pgp"; @@ -105,10 +105,7 @@ Rm Clean-Suites { - // How long (in seconds) dead packages are left before being killed - StayOfExecution 129600; // 1.5 days MorgueSubDir "pool"; - OverrideFilename "override.source-only"; }; Security-Install @@ -127,12 +124,17 @@ Security-Install SuiteMappings { "silent-map stable-security stable"; + "silent-map stable-kfreebsd-security stable-kfreebsd"; "silent-map oldstable-security oldstable"; - "silent-map etch-secure oldstable"; + "silent-map oldoldstable-security oldoldstable"; "silent-map testing-security testing"; - "silent-map squeeze-security oldstable"; - "silent-map wheezy-security stable"; - "silent-map jessie-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 @@ -152,7 +154,6 @@ Dir 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/";