From: Ansgar Burchardt <ansgar@debian.org>
Date: Sun, 24 Feb 2013 10:20:33 +0000 (+0100)
Subject: Use backports-new by default in process-new and queue-report.
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=39b8c45908d67557fd371c1df4b11ad1bd8d251c;p=dak.git

Use backports-new by default in process-new and queue-report.
---

diff --git a/config/debian/dak.conf-backports b/config/debian/dak.conf-backports
index 361909da..d665905a 100644
--- a/config/debian/dak.conf-backports
+++ b/config/debian/dak.conf-backports
@@ -12,4 +12,9 @@ Process-New
 {
   DinstallLockFile "/srv/ftp-master.debian.org/lock/backports/processnew.lock";
   LockDir "/srv/ftp-master.debian.org/lock/backports/new/";
+  Options::Queue "backports-new";
+};
+
+Queue-Report {
+  Options::Directories "backports-new";
 };