summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-11-22 10:21:51 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-11-22 10:21:51 +0100
commit95f6ede0bd1bc68ac0e70a369795a233182497ed (patch)
tree2281e586c47c29d27cbac081f4efa5fd2b733d07 /templates/turris4x.run
parentdfaddbcb74977f2102ddabc87a4dc60e7715948a (diff)
downloadlaminar-cnf-95f6ede0bd1bc68ac0e70a369795a233182497ed.tar.gz
laminar-cnf-95f6ede0bd1bc68ac0e70a369795a233182497ed.tar.bz2
laminar-cnf-95f6ede0bd1bc68ac0e70a369795a233182497ed.zip
turris4x: point to new repositories
Diffstat (limited to 'templates/turris4x.run')
-rwxr-xr-xtemplates/turris4x.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run
index 2668531..571a369 100755
--- a/templates/turris4x.run
+++ b/templates/turris4x.run
@@ -8,7 +8,7 @@ else
make="make -j4 IS_TTY=1 BUILD_LOG=1"
fi
-curl "https://repo.turris.cz/$BOARD-$BRANCH/git-hash" > git-hash
+curl "https://repo.turris.cz/$BRANCH/packages/$BOARD/git-hash" > git-hash
cat git-hash
# TODO take lock so we won't run multiple instances of new builds
if [ -z "$CLEAN" ] && [ -f "$WORKSPACE/openwrt-git-hash" ] && cmp -s git-hash "$WORKSPACE/openwrt-git-hash"; then