Overview
Comment: | Updated to use UTC timezone everywhere |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | packages |
Files: | files | file ages | folders |
SHA1: |
b5ddc3b45b6103fd70d16157f25a50dd |
User & Date: | rkeene on 2014-11-04 00:46:06 |
Other Links: | branch diff | manifest | tags |
Context
2014-11-04
| ||
01:01 | Updated to ensure glibc directory is available check-in: c2cecc4043 user: rkeene tags: packages | |
00:46 | Updated to use UTC timezone everywhere check-in: b5ddc3b45b user: rkeene tags: packages | |
00:45 | Added support for an archive format as well as fixing date format for Fossil files check-in: 36a7e12995 user: rkeene tags: packages | |
Changes
Modified build from [71498ef42a] to [84b7ccd5bb].
1 2 3 4 5 6 7 8 9 | #! /usr/bin/env bash targetmode='install' if [ "$1" == '--cpio' ]; then targetmode='archive' shift fi | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | #! /usr/bin/env bash TZ=UTC export TZ targetmode='install' if [ "$1" == '--cpio' ]; then targetmode='archive' shift fi |
︙ | ︙ |