Skip to content

Commit

Permalink
Upd: print timestamps for log
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Oct 23, 2024
1 parent 588913b commit 29a1395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,8 @@ create_index() {
local CHANGED=0
local STATUS_TS=$(get_lastmodified_git "$STATUSFILE")
local INDEX_TS=$(get_lastmodified_git "$INDEXFILE_COMBINED")
echo "Status timestamp: $STATUS_TS"
echo "Index timestamp: $INDEX_TS"
if [ "$STATUS_TS" -gt "$INDEX_TS" ]; then CHANGED=1; fi
if move_compress_changed "$INDEXFILE"; then CHANGED=1; fi
if move_compress_changed "$LANGFILE"; then CHANGED=1; fi
Expand Down

0 comments on commit 29a1395

Please sign in to comment.