]> git.decadent.org.uk Git - dak.git/commitdiff
Place ReleaseTransitions where they are expected.
authorJoerg Jaspert <joerg@debian.org>
Sun, 2 Mar 2008 10:23:50 +0000 (11:23 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 2 Mar 2008 10:23:50 +0000 (11:23 +0100)
config/debian/dak.conf

index 3f7366cac58e86869050dee845eb9b9f3512a3e2..e9f52e2f811237f0ed99e6fe1b0169e692b777ef 100644 (file)
@@ -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";
    };
 };