From: Joerg Jaspert Date: Sun, 2 Mar 2008 10:23:50 +0000 (+0100) Subject: Place ReleaseTransitions where they are expected. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=9558e6bcf622f6d218b6cb38b9e7c9a95cd7e0e9;p=dak.git Place ReleaseTransitions where they are expected. --- diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 3f7366ca..e9f52e2f 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -27,7 +27,6 @@ Dinstall StableDislocationSupport "false"; DefaultSuite "unstable"; UserExtensions "/srv/ftp.debian.org/dak/config/debian/extensions.py"; - ReleaseTransitions "/srv/ftp.debian.org/testing/hints/transitions.yaml"; QueueBuildSuites { unstable; @@ -35,6 +34,7 @@ Dinstall Reject { NoSourceOnly "true"; + ReleaseTransitions "/srv/ftp.debian.org/testing/hints/transitions.yaml"; }; };