[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible/openwrt|lede: fix name of renamed function in failure path

Holger Levsen holger at layer-acht.org
Thu Oct 13 21:20:37 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 b71ff2e224c000ee9da793b0b046843472bb0ef4
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Oct 13 22:32:45 2016 +0200

    reproducible/openwrt|lede: fix name of renamed function in failure path
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_openwrt_common.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index 3af45b7..793ee1b 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -44,8 +44,8 @@ master_cleanup_tmpdirs() {
 	# in a success build the logs are saved on a different function
 	if [ "$1" != "success" ] ; then
 		# job failed
-		ssh $GENERIC_NODE1 reproducible_$TYPE node openwrt_save_logs $TMPDIR/logs.xz $TMPDIR/build || true
-		ssh $GENERIC_NODE2 reproducible_$TYPE node openwrt_save_logs $TMPDIR/logs.xz $TMPDIR/build || true
+		ssh $GENERIC_NODE1 reproducible_$TYPE node node_save_logs $TMPDIR/logs.xz $TMPDIR/build || true
+		ssh $GENERIC_NODE2 reproducible_$TYPE node node_save_logs $TMPDIR/logs.xz $TMPDIR/build || true
 		# save failure logs
 		mkdir -p $WORKSPACE/results/
 		rsync -av $GENERIC_NODE1:$TMPDIR/build_logs.tar.xz $WORKSPACE/results/build_logs_b1.tar.xz
@@ -264,7 +264,7 @@ openwrt_get_banner() {
 	TMPDIR=$1
 	TYPE=$2
 	cd $TMPDIR/build/$TYPE
-	cat $(find build_dir/ -name banner | grep etc/banner|head -1| xargs cat /dev/null)
+	find build_dir/ -name banner | grep etc/banner|head -1| xargs cat /dev/null
 }
 
 # openwrt_build is run on a remote host

-- 
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