From bbbe8c72a907e5a754ea5089a6c7da854d3be207 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 12 Oct 2016 19:13:00 +0200 Subject: reproducible/openwrt|lede: also create TMPDIR on master node Signed-off-by: Holger Levsen --- bin/reproducible_openwrt_common.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/reproducible_openwrt_common.sh') diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 82ba484e..b9478d48 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/ -- cgit v1.2.3-70-g09d2