[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible/openwrt|lede: also create TMPDIR on master node
Holger Levsen
holger at layer-acht.org
Wed Oct 12 18:57:11 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 bbbe8c72a907e5a754ea5089a6c7da854d3be207
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Wed Oct 12 19:13:00 2016 +0200
reproducible/openwrt|lede: also create TMPDIR on master node
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_openwrt_common.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index 82ba484..b9478d4 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -304,8 +304,11 @@ build_two_times() {
TARGET=$2
CONFIG=$3
+ # create openwrt
ssh $GENERIC_NODE1 reproducible_$TYPE node node_create_tmpdirs $TMPDIR
ssh $GENERIC_NODE2 reproducible_$TYPE node node_create_tmpdirs $TMPDIR
+ mkdir -p $TMPDIR/download/
+
# download and prepare openwrt on node b1
ssh $GENERIC_NODE1 reproducible_$TYPE node openwrt_download $TYPE $TARGET $CONFIG $TMPDIR
rsync -av $GENERIC_NODE1:$TMPDIR/download/ $TMPDIR/download/
--
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