From 95f6ede0bd1bc68ac0e70a369795a233182497ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 22 Nov 2018 10:21:51 +0100 Subject: turris4x: point to new repositories --- templates/turris4x.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3