[Qa-jenkins-scm] [jenkins.debian.net] 01/01: drop debug code, of course it works now…

Holger Levsen holger at layer-acht.org
Wed Oct 18 11:35:27 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 b3c4e45d4a8cc3cfb98f3fb2b617af6b69d3ea30
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Oct 18 13:35:23 2017 +0200

    drop debug code, of course it works now…
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/common-functions.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 073d25c..4a7ed26 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -51,7 +51,6 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
 	fi
 	# abort certain jobs if we know they will fail due to certain bugs…
 	BLOCKER=848422
-	set -x
 	case $JOB_NAME in
 		chroot-installation_*_install_design-desktop-*)
 			for BLOCKER in 869155 867695 ; do
@@ -93,7 +92,6 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
 		#	abort_if_bug_is_still_open $BLOCKER ;;
 		*) ;;
 	esac
-	set +x
 	# mktemp some place for us...
 	TTT=$(mktemp --tmpdir=/tmp jenkins-script-XXXXXXXX)
 	if [ -z "$TTT" ] ; 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