diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-11-22 10:21:51 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-11-22 10:21:51 +0100 |
commit | 95f6ede0bd1bc68ac0e70a369795a233182497ed (patch) | |
tree | 2281e586c47c29d27cbac081f4efa5fd2b733d07 /templates | |
parent | dfaddbcb74977f2102ddabc87a4dc60e7715948a (diff) | |
download | laminar-cnf-95f6ede0bd1bc68ac0e70a369795a233182497ed.tar.gz laminar-cnf-95f6ede0bd1bc68ac0e70a369795a233182497ed.tar.bz2 laminar-cnf-95f6ede0bd1bc68ac0e70a369795a233182497ed.zip |
turris4x: point to new repositories
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 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 |