From d3344cb18ad3039b4d527e189b17ed38d2d026c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Aug 2018 16:36:09 +0200 Subject: turris4x: run index stage with debug output Temporally for debug purposes. --- templates/turris4x.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/turris4x.run') diff --git a/templates/turris4x.run b/templates/turris4x.run index 716f588..7f97d2c 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -34,7 +34,7 @@ echo_stage "Compile packages from our feed" $MAKE $(./scripts/feeds list -r personal | sed -n 's/^\([^ ]*\).*$/package\/\1\/compile/p' | tr '\n' ' ') echo_stage "Generate index and sign" -KEY=~/openwrt-repo.key $MAKE package/index +KEY=~/openwrt-repo.key $MAKE -j1 V=99 package/index echo_stage "Deploy" ssh upload rm -rf "deploy-turris4x-$BOARD" -- cgit v1.2.3