summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-08-29 23:18:49 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-29 23:18:49 +0200
commit7208d41e0b7887aa93719d57b675417758ea7592 (patch)
tree96cd45b0fb9d7c1596d8f31872e9d4ba8137b6a1
parentab62d2c6a3b30410d5c1bda92e6bd43cebf8ba52 (diff)
downloadlaminar-cnf-7208d41e0b7887aa93719d57b675417758ea7592.tar.gz
laminar-cnf-7208d41e0b7887aa93719d57b675417758ea7592.tar.bz2
laminar-cnf-7208d41e0b7887aa93719d57b675417758ea7592.zip
turris4x: print git-hash file
-rwxr-xr-xtemplates/turris4x.run1
1 files changed, 1 insertions, 0 deletions
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