From d5519c02c9daf789bd609ff534c891986899ff43 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 17 Jun 2017 15:44:06 +0200 Subject: reproducible Debian: change order of suites Signed-off-by: Holger Levsen --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 948fac4f..b96a3ae2 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -32,7 +32,7 @@ BIN_PATH=/srv/jenkins/bin TEMPLATE_PATH=/srv/jenkins/mustache-templates/reproducible # Debian suites being tested -SUITES="buster unstable stretch experimental" +SUITES="stretch buster unstable experimental" # Debian architectures being tested ARCHS="amd64 i386 arm64 armhf" -- cgit v1.2.3-54-g00ecf