aboutsummaryrefslogtreecommitdiff
path: root/build_repo.sh
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-01-30 15:29:49 +0100
committerKarel Kočí <karel.koci@nic.cz>2017-01-30 15:29:49 +0100
commitee7f3386b871673c738240bc1b200e1b6220b593 (patch)
treeded480110bbf3cfafd4bfba30b8373e398514ae0 /build_repo.sh
parentd607a4bc923f3f4cb3a70ffa92060dc2c1ad97d9 (diff)
downloadturris-myrepo-ee7f3386b871673c738240bc1b200e1b6220b593.tar.gz
turris-myrepo-ee7f3386b871673c738240bc1b200e1b6220b593.tar.bz2
turris-myrepo-ee7f3386b871673c738240bc1b200e1b6220b593.zip
Use status change instead of data modification to check how old SDK is
Diffstat (limited to 'build_repo.sh')
-rwxr-xr-xbuild_repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_repo.sh b/build_repo.sh
index b452d79..2dcc79f 100755
--- a/build_repo.sh
+++ b/build_repo.sh
@@ -16,7 +16,7 @@ rm -rf .turris-sdk
pull_sdk() {
# Update only once a day
- if [ ! -e .$1-sdk-clean ] || [ $(expr $(date -u +%s) - $(stat -c %Y .$1-sdk-clean)) -gt 86400 ]; then
+ if [ ! -e .$1-sdk-clean ] || [ $(expr $(date -u +%s) - $(stat -c %Z .$1-sdk-clean)) -gt 86400 ]; then
rm -rf .$1-sdk-clean
echo -e "\e[1;34mGetting current SDK for $1\e[0m"
curl "$2" | tar -xjf -