]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dak.conf
config/debian/dak.conf, dak/transitions.py:
[dak.git] / config / debian / dak.conf
index 474a4f3db0af4e24b43516b021075d7694d48984..d7006c879bf6742c8dc1239eada8af9d2f8413a7 100644 (file)
@@ -26,6 +26,7 @@ Dinstall
    CloseBugs "true";
    OverrideDisparityCheck "true";
    DefaultSuite "unstable";
+   LintianTags "/srv/ftp.debian.org/dak/config/debian/lintian.tags";
    QueueBuildSuites
    {
      unstable;
@@ -48,7 +49,6 @@ Dinstall
 Transitions
 {
    Notifications "debian-devel@lists.debian.org";
-   TempPath "/srv/ftp.debian.org/tmp/";
 };
 
 Generate-Index-Diffs
@@ -556,7 +556,6 @@ Dir
   UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
   Queue
   {
-    Accepted "/srv/ftp.debian.org/queue/accepted/";
     Byhand "/srv/ftp.debian.org/queue/byhand/";
     ProposedUpdates "/srv/ftp.debian.org/queue/p-u-new/";
     OldProposedUpdates "/srv/ftp.debian.org/queue/o-p-u-new/";
@@ -744,3 +743,8 @@ Contents
   Header "contents";
   Root "/srv/ftp.debian.org/test/";
 }
+
+TempPath
+{
+   TempPath "/srv/ftp.debian.org/tmp/";
+};