diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-27 20:54:59 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-27 20:54:59 +0200 |
commit | 7df49f45b20776808205191ccc50452b121925f6 (patch) | |
tree | 1884ed3acf22331b20fcf5fd34c5c2b8852f8f22 /templates | |
parent | 955d057c326efaaa9f9b7d4715dfd96c66896cfa (diff) | |
download | laminar-cnf-7df49f45b20776808205191ccc50452b121925f6.tar.gz laminar-cnf-7df49f45b20776808205191ccc50452b121925f6.tar.bz2 laminar-cnf-7df49f45b20776808205191ccc50452b121925f6.zip |
turris4x: Another try to fix package/index build
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris4x.run | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run index 0a5b8f2..699b148 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -34,7 +34,9 @@ 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" -$MAKE -j1 V=99 package/index BUILD_KEY=~/openwrt-repo.key +cp ~/openwrt-repo.key key-build +$MAKE -j1 V=99 package/index +rm key-build echo_stage "Deploy" ssh upload rm -rf "deploy-turris4x-$BOARD" |