[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "reproducible: use relative paths"

Holger Levsen holger at moszumanska.debian.org
Sat Nov 28 15:18:02 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 56e3b32c07c483c6db95a51609ccc0e2c59c7116
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Nov 28 16:17:42 2015 +0100

    Revert "reproducible: use relative paths"
    
    This reverts commit a790cbd50929a3a2d4bd7046ca7e773613edac4a.
---
 bin/jenkins_master_wrapper.sh      | 2 +-
 bin/reproducible_build_arch_pkg.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index 37035f8..79c78f3 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -50,7 +50,7 @@ esac
 # main
 #
 set +e
-ssh -o "BatchMode = yes" -p $PORT $NODE_NAME true
+ssh -o "BatchMode = yes" -p $PORT $NODE_NAME /bin/true
 RESULT=$?
 # abort job if host is down
 if [ $RESULT -ne 0 ] ; then
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index 5231058..bf775e6 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -103,7 +103,7 @@ remote_build() {
 	local NODE=profitbricks-build3-amd64.debian.net
 	local PORT=22
 	set +e
-	ssh -p $PORT $NODE true
+	ssh -p $PORT $NODE /bin/true
 	RESULT=$?
 	# abort job if host is down
 	if [ $RESULT -ne 0 ] ; 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