[Qa-jenkins-scm] [jenkins.debian.net] 02/02: drop some debugging
Holger Levsen
holger at layer-acht.org
Tue Oct 4 08:44:03 UTC 2016
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 73da20ffb09c9045f09ca1d80c8047f07fdae9fd
Author: Philip Hands <phil at hands.com>
Date: Tue Oct 4 10:38:59 2016 +0200
drop some debugging
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/jenkins_master_wrapper.sh | 3 ---
bin/jenkins_node_wrapper.sh | 3 ---
bin/lvc.sh | 3 +--
3 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index ed9f306..72037c8 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -77,9 +77,6 @@ if [ "$RETRIEVE_ARTIFACTS" = "yes" ] ; then
mkdir -p "$RESULTS"
rsync -r --delete -v -e "ssh -o 'Batchmode = yes' -p $PORT" "$NODE_NAME:$NODE_RESULTS/" "$RESULTS/"
ssh -o "BatchMode = yes" -p $PORT $NODE_NAME "rm -r $NODE_RESULTS"
- ls -lad "$RESULTS"
- ls -la "$RESULTS"
- echo "WORKSPACE=$WORKSPACE"
fi
exit $RETVAL
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index 2e23954..c2c8875 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -72,9 +72,6 @@ elif [[ "$*" =~ ^rebootstrap_.* ]] ; then
export LC_ALL=C
exec $REBOOTSTRAPSH; croak "Exec failed";
elif [[ "$*" =~ ^lvc_.* ]] ; then
- echo debug begin
- export
- echo debug end
export JOB_NAME=$1 ; shift
export EXECUTOR_NUMBER=$1 ; shift
export TRIGGERING_BRANCH=${1#*=} ; shift
diff --git a/bin/lvc.sh b/bin/lvc.sh
index f4ff4e2..f74ced0 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -4,7 +4,7 @@
# Copyright 2016 Philip Hands <phil at hands.com>
# released under the GPLv=2
-DEBUG=true
+DEBUG=false
. /srv/jenkins/bin/common-functions.sh
common_init "$@"
@@ -83,7 +83,6 @@ discard_snapshots() {
if [ -z "$WORKSPACE" ] ; then
WORKSPACE=$PWD
fi
-echo WORKSPACE=$WORKSPACE
RESULTS=$WORKSPACE/results
IMAGE=$WORKSPACE/$(basename $URL)
--
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