[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: avoid mental typos

Holger Levsen holger at moszumanska.debian.org
Mon Mar 16 20:39:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 0e4d54f186b0aa1bdf691aa1f4985d61ea0e45ae
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Mar 16 21:36:59 2015 +0100

    reproducible: avoid mental typos
---
 bin/reproducible_blacklist.sh          | 5 +++++
 bin/reproducible_schedule_on_demand.sh | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh
index 2c02a1f..9269c21 100755
--- a/bin/reproducible_blacklist.sh
+++ b/bin/reproducible_blacklist.sh
@@ -41,6 +41,11 @@ check_candidates() {
 set +x
 SUITE="$1"
 shift
+if [ "$SUITE" = "sid" ] ; then
+	echo "WARNING: sid has been renamed to unstable."
+	SUITE=unstable
+fi
+
 CANDIDATES="$@"
 check_candidates
 PACKAGES=$(echo $PACKAGES)
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index 07df687..e58d2f0 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -17,6 +17,11 @@ common_init "$@"
 set +x
 SUITE="$1"
 shift
+if [ "$SUITE" = "sid" ] ; then
+	echo "WARNING: sid has been renamed to unstable."
+	SUITE=unstable
+fi
+
 CANDIDATES="$@"
 check_candidates
 if [ ${#PACKAGE_IDS} -gt 256 ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list