diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-04-25 10:48:46 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-04-25 10:48:46 +0200 |
commit | 090bf5e725ccc9e20b230286444e9f2cd81146c8 (patch) | |
tree | 18e9db6b184d26e28dde4e1365889cfb17372e67 /templates | |
parent | f1044ced55785908f36be0ea2a821e6bb98f735a (diff) | |
download | laminar-cnf-090bf5e725ccc9e20b230286444e9f2cd81146c8.tar.gz laminar-cnf-090bf5e725ccc9e20b230286444e9f2cd81146c8.tar.bz2 laminar-cnf-090bf5e725ccc9e20b230286444e9f2cd81146c8.zip |
turris: update turris repository path
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run index c77ae74..bce60bd 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -3,7 +3,7 @@ . "$(dirname "$(readlink -f "$0")")/../job.common" . turris-common.sh -curl "https://repo.turris.cz/$ANIMAL/packages/$BOARD/git-hash" > git-hash +curl "https://repo.turris.cz/$ANIMAL/$BOARD/packages/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 |