From 9558e6bcf622f6d218b6cb38b9e7c9a95cd7e0e9 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 2 Mar 2008 11:23:50 +0100 Subject: [PATCH] Place ReleaseTransitions where they are expected. --- config/debian/dak.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; -- 2.39.2