summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-17 15:44:06 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-18 19:30:44 +0200
commitd5519c02c9daf789bd609ff534c891986899ff43 (patch)
tree4e07713643caf20679db65d6061c54771b3a85b7
parent87f1380e73fe1f8a9b306ad185c799f568e7d6d4 (diff)
downloadjenkins.debian.net-d5519c02c9daf789bd609ff534c891986899ff43.tar.xz
reproducible Debian: change order of suites
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r--TODO4stretch_rename.txt2
-rwxr-xr-xbin/reproducible_common.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/TODO4stretch_rename.txt b/TODO4stretch_rename.txt
index 486814d5..b1a3baf6 100644
--- a/TODO4stretch_rename.txt
+++ b/TODO4stretch_rename.txt
@@ -5,7 +5,7 @@ special deployement needed for this:
changes not yet prepared in git
-------------------------------
missing bits for the buster coming:
- * _common.sh
+ * _common.sh (only partly done so far…)
* _dashboard.sh
* _repository_comparison.sh
finally, remove this file again.
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"