]> git.decadent.org.uk Git - dak.git/commitdiff
config/debian: Add settings for backports.
authorAnsgar Burchardt <ansgar@debian.org>
Mon, 17 Sep 2012 13:38:28 +0000 (15:38 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Mon, 17 Sep 2012 14:21:33 +0000 (16:21 +0200)
config/debian/dak.conf
config/debian/dak.conf-backports [new file with mode: 0644]

index e326354ab6399a61a7c8a17425764f5892a7b7b9..82a76cb78aa52bf4ab2403c9a4f1a9a54dc4caae 100644 (file)
@@ -374,3 +374,8 @@ Generate-Releases
     experimental;
   };
 }
+
+ByGroup {
+  ftpteam "";
+  backports "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-backports";
+};
diff --git a/config/debian/dak.conf-backports b/config/debian/dak.conf-backports
new file mode 100644 (file)
index 0000000..361909d
--- /dev/null
@@ -0,0 +1,15 @@
+Dir {
+  Log "/srv/ftp-master.debian.org/log/backports/";
+  Lock "/srv/ftp-master.debian.org/lock/backports/";
+};
+
+Rm {
+  LogFile "/srv/backports-web.debian.org/underlay/removals.txt";
+  LogFile822 "/srv/backports-web.debian.org/underlay/removals.822";
+};
+
+Process-New
+{
+  DinstallLockFile "/srv/ftp-master.debian.org/lock/backports/processnew.lock";
+  LockDir "/srv/ftp-master.debian.org/lock/backports/new/";
+};