summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"