Differences From Artifact [5d0ff4e06b]:
- Executable file global/build-id.sh — part of check-in [b5f6f19923] at 2019-08-19 01:46:21 on branch trunk — updates, begin putting together error-handling mechanism (user: lexi, size: 603) [annotate] [blame] [check-ins using]
To Artifact [a95857b352]:
- Executable file global/build-id.sh — part of check-in [26c340d29e] at 2019-08-19 04:51:01 on branch trunk — begin move away from legacy build system (user: lexi, size: 609) [annotate] [blame] [check-ins using]
2 2 . global/common.sh 3 3 4 4 origin=1566169297 5 5 now=$(date +%s) 6 6 delta=$(expr $now - $origin) 7 7 8 8 9 -if test "$1" = "private"; then 9 +if test "$id_mode" = "private"; then 10 10 # for privacy's sake, we're not to show 11 11 # the hostname. instead, we calculate a 12 12 # hash based on the time delta and the 13 13 # output of uname -a for extra entropy 14 14 if has "$HASH"; then 15 15 hash="$HASH" 16 16 elif has sha1; then