diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-21 16:49:16 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-21 16:49:16 +0200 |
commit | 58bbbb804a20fab8631a3ec9c22c59df8441343a (patch) | |
tree | cd55b3fc2d7d56da15eec30e60ea90ed81b0480f | |
parent | 3d564cdc8f781006ef0668bdf60edb0575cba673 (diff) | |
download | vyos-build-58bbbb804a20fab8631a3ec9c22c59df8441343a.tar.gz vyos-build-58bbbb804a20fab8631a3ec9c22c59df8441343a.zip |
lb: T3641: switch to UTC timestamps
-rwxr-xr-x | scripts/live-build-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/live-build-config b/scripts/live-build-config index 6a2a345d..b1c3c1d1 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -59,6 +59,7 @@ lb config noauto \ --updates false \ --security false \ --backports false \ + --utc-time true \ --apt-recommends false \ --apt-options "--yes -oAPT::Default-Release="current" -oAPT::Get::allow-downgrades=true" \ --apt-indices false |