From 5de50a7ef0e7608a58a79d9a22db866c8e6d024e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Jun 2017 16:24:36 +0200 Subject: reproducible Debian: correct order of suites Signed-off-by: Holger Levsen --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index afcadc42..2c74871c 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -39,7 +39,7 @@ if os.uname()[1] == 'jenkins-test-vm': sys.exit() # tested suites -SUITES = ['buster', 'unstable', 'stretch', 'experimental'] +SUITES = ['stretch', 'buster', 'unstable', 'experimental'] # tested architectures ARCHS = ['amd64', 'i386', 'arm64', 'armhf'] # defaults -- cgit v1.2.3-70-g09d2