]> git.decadent.org.uk Git - dak.git/commitdiff
config/debian-security/cron.buildd: $DISTS should only be stable and testing
authorAnsgar Burchardt <ansgar@debian.org>
Tue, 13 Nov 2012 19:13:26 +0000 (20:13 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Tue, 13 Nov 2012 19:13:26 +0000 (20:13 +0100)
The archive now has more (private) suites for handling policy and build
queues. These are not of interest here.

config/debian-security/cron.buildd

index 016b1af57cc248d963ea81aae687deadf8881b07..35f95ad243b7b52ae7e465d8fbf9eed984b18b07 100755 (executable)
@@ -9,7 +9,7 @@ set -u
 export SCRIPTVARS=/srv/security-master.debian.org/dak/config/debian-security/vars
 . $SCRIPTVARS
 SSH_SOCKET=~/.ssh/buildd.debian.org.socket
-DISTS=$(dak admin s list)
+DISTS="stable testing"
 
 if [ -e $ftpdir/Archive_Maintenance_In_Progress ]; then
     exit 0