Differences From Artifact [71498ef42a]:
- Executable file build — part of check-in [36a7e12995] at 2014-11-04 00:45:39 on branch packages — Added support for an archive format as well as fixing date format for Fossil files (user: rkeene, size: 5202) [annotate] [blame] [check-ins using]
To Artifact [84b7ccd5bb]:
- Executable file build — part of check-in [b5ddc3b45b] at 2014-11-04 00:46:06 on branch packages — Updated to use UTC timezone everywhere (user: rkeene, size: 5220) [annotate] [blame] [check-ins using]
1 1 #! /usr/bin/env bash 2 2 3 +TZ=UTC 4 +export TZ 5 + 3 6 targetmode='install' 4 7 if [ "$1" == '--cpio' ]; then 5 8 targetmode='archive' 6 9 7 10 shift 8 11 fi 9 12