diff options
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 |