From 7208d41e0b7887aa93719d57b675417758ea7592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Aug 2018 23:18:49 +0200 Subject: turris4x: print git-hash file --- templates/turris4x.run | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/turris4x.run') diff --git a/templates/turris4x.run b/templates/turris4x.run index 97aa745..f303e78 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -34,6 +34,7 @@ copy_sdk() { } curl "https://repo.turris.cz/$BOARD-$BRANCH/git-hash" > git-hash +cat git-hash if [ -f "$WORKSPACE/openwrt-git-hash" ] && cmp -s git-hash "$WORKSPACE/openwrt-git-hash"; then echo_info "Using previous version of SDK" flock --shared "$WORKSPACE/openwrt-sdk.lock" -c copy_sdk -- cgit v1.2.3