From: Ryan Murray Date: Wed, 11 Jun 2003 18:42:32 +0000 (+0000) Subject: testing must be before unstable so packages uploaded after they've entered testingdon... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e515a1c2f989119ea6ce9cadd1e20874e7d592ab;p=dak testing must be before unstable so packages uploaded after they've entered testingdon't end up building for testing, where it is likely to still fail. --- diff --git a/wanna-build/trigger.daily b/wanna-build/trigger.daily index ddb027e9..dc454e4c 100755 --- a/wanna-build/trigger.daily +++ b/wanna-build/trigger.daily @@ -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"