mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Swap build-* to use UTC instead of local time
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
This commit is contained in:
parent
0636bb7b73
commit
aa54a93f74
2 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# subshell so that we can export PATH without breaking other things
|
# subshell so that we can export PATH and TZ without breaking other things
|
||||||
(
|
(
|
||||||
|
export TZ=UTC # make sure our "date" variables are UTC-based
|
||||||
|
|
||||||
source "${MAKEDIR}/.integration-daemon-start"
|
source "${MAKEDIR}/.integration-daemon-start"
|
||||||
|
|
||||||
# TODO consider using frozen images for the dockercore/builder-deb tags
|
# TODO consider using frozen images for the dockercore/builder-deb tags
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# subshell so that we can export PATH without breaking other things
|
# subshell so that we can export PATH and TZ without breaking other things
|
||||||
(
|
(
|
||||||
|
export TZ=UTC # make sure our "date" variables are UTC-based
|
||||||
|
|
||||||
source "$(dirname "$BASH_SOURCE")/.integration-daemon-start"
|
source "$(dirname "$BASH_SOURCE")/.integration-daemon-start"
|
||||||
|
|
||||||
# TODO consider using frozen images for the dockercore/builder-rpm tags
|
# TODO consider using frozen images for the dockercore/builder-rpm tags
|
||||||
|
|
Loading…
Add table
Reference in a new issue