]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian-security/dak.conf
debian-security/dak.conf: Remove references to non-US
[dak.git] / config / debian-security / dak.conf
index e1869d3ba0986f2f96bdc589f6d208cc1a94ab75..7877ed9df3b580791ad40b1fdc28b8961665cd3f 100644 (file)
@@ -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";
 };
@@ -115,9 +115,6 @@ Security-Install
     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";
   };
 };
 
@@ -181,9 +178,6 @@ 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
@@ -198,3 +192,8 @@ Urgency
     critical;
   };
 };
+
+Changelogs
+{
+  Export "/srv/security-master.debian.org/export/changelogs";
+};