[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible_openwrt|lede: fix GENERIC_NODE1 typo

Holger Levsen holger at layer-acht.org
Wed Oct 12 20:17:47 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 51958ce1198c46df5fa98d3e50ff1b247998d7f2
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Wed Oct 12 22:16:33 2016 +0200

    reproducible_openwrt|lede: fix GENERIC_NODE1 typo
    
    used NODE2 twice insteade node1/node2
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_openwrt_common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index f878720..e391aa2 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -320,7 +320,7 @@ build_two_times() {
 	echo "== master"
 	ls -la "$TMPDIR/download/" || true
 	echo "== node1"
-	ssh $GENERIC_NODE2 reproducible_$TYPE node node_debug $TMPDIR
+	ssh $GENERIC_NODE1 reproducible_$TYPE node node_debug $TMPDIR
 	echo "== node2"
 	ssh $GENERIC_NODE2 reproducible_$TYPE node node_debug $TMPDIR
 

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