[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: make code match comment
Holger Levsen
holger at layer-acht.org
Tue Jun 13 15:32:44 UTC 2017
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 d7d9b1a509648fba4ba640f71f293fef18413713
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Jun 13 17:32:32 2017 +0200
reproducible Debian: make code match comment
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_maintenance.sh | 2 +-
bin/reproducible_node_health_check.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 2e01752..be830f2 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -55,7 +55,7 @@ fi
#
# we fail hard
#
-set +e
+set -e
#
# check for working proxy
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh
index e4dd61f..6f6f71b 100755
--- a/bin/reproducible_node_health_check.sh
+++ b/bin/reproducible_node_health_check.sh
@@ -35,7 +35,7 @@ show_fstab_and_mounts() {
#
# we fail hard
#
-set +e
+set -e
#
# check for /dev/shm being mounted properly
--
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