]> git.decadent.org.uk Git - dak.git/commitdiff
testing must be before unstable so packages uploaded after they've entered testingdon...
authorRyan Murray <rmurray@debian.org>
Wed, 11 Jun 2003 18:42:32 +0000 (18:42 +0000)
committerRyan Murray <rmurray@debian.org>
Wed, 11 Jun 2003 18:42:32 +0000 (18:42 +0000)
wanna-build/trigger.daily

index ddb027e9bdb37c28adbdf93f8c09e02e3860a28c..dc454e4c8f9c5bda471182a4cc25c3b89492f9c0 100755 (executable)
@@ -4,7 +4,8 @@
 # finishes
 #
 PATH="/bin:/usr/bin"
-DISTS="unstable oldstable-security stable stable-security testing testing-security"
+#testing must be before unstable so late upld don't build for testing needlessly
+DISTS="oldstable-security stable stable-security testing testing-security unstable"
 SECTIONS="main contrib non-free"
 ARCHS_oldstable="m68k arm sparc alpha powerpc i386"
 ARCHS_stable="mips mipsel ia64 hppa s390 $ARCHS_oldstable"