diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-27 16:36:09 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-27 16:36:09 +0200 |
commit | d3344cb18ad3039b4d527e189b17ed38d2d026c1 (patch) | |
tree | 6bcc39e90a9f05f00835d10eb2276a81178c96ef /templates | |
parent | 818b106bede30d9d7ae4b1d6c73f69b209ce083b (diff) | |
download | laminar-cnf-d3344cb18ad3039b4d527e189b17ed38d2d026c1.tar.gz laminar-cnf-d3344cb18ad3039b4d527e189b17ed38d2d026c1.tar.bz2 laminar-cnf-d3344cb18ad3039b4d527e189b17ed38d2d026c1.zip |
turris4x: run index stage with debug output
Temporally for debug purposes.
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris4x.run | 2 |
1 files changed, 1 insertions, 1 deletions
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" |