X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fdak.conf;h=8c3272a602f054dd1cfaf6b9635c0e64b9542be7;hb=1271e98ab531ba104007fb8b96931d95d61061ab;hp=87f444ab866898b775c9d80862b8ca72cea3b9f5;hpb=833e9aa556311f8fca3615c5d46c832d3ed990a7;p=dak.git diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index 87f444ab..8c3272a6 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -36,7 +36,7 @@ Process-Policy Import-Users-From-Passwd { - ValidGID "800"; + ValidGID "Debian"; // Comma separated list of users who are in Postgres but not the passwd file KnownPostgres "postgres,dak,www-data,udmsearch,repuser,debian-backup"; }; @@ -56,7 +56,7 @@ Import-LDAP-Fingerprints { LDAPDn "ou=users,dc=debian,dc=org"; LDAPServer "db.debian.org"; - CACertFile "/etc/ssl/servicecerts/db.debian.org.crt"; + CACertFile "/etc/ssl/ca-debian/ca-certificates.crt"; ExtraKeyrings { "/srv/keyring.debian.org/keyrings/removed-keys.pgp"; @@ -124,14 +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 oldstable"; + "reject oldoldstable"; }; Dir @@ -151,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/"; @@ -196,3 +198,8 @@ Urgency critical; }; }; + +Changelogs +{ + Export "/srv/security-master.debian.org/export/changelogs"; +};