diff options
author | akira <marivalenm@gmail.com> | 2015-03-14 12:09:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-14 16:22:56 +0100 |
commit | b1158c15ee3414257c35aca8094322f5a8ff0a6b (patch) | |
tree | 4b4933c09acac4c1d669de88f13c1b7f13bdfac9 /bin | |
parent | 7d35e040b4f66dce564a9768f43169ee91733aa4 (diff) | |
download | jenkins.debian.net-b1158c15ee3414257c35aca8094322f5a8ff0a6b.tar.xz |
reproducible: switch order of suites to testing sid and experimental
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 8b9a1ace..cbafe02c 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -40,7 +40,7 @@ DBDCHROOT_WRITELOCK=/var/lib/jenkins/reproducible-dbdchroot.writelock JENKINS_URL=${JENKINS_URL:0:-1} # tested suites -SUITES="sid testing experimental" +SUITES="testing sid experimental" # tested arches ARCHES="amd64" |