mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
CI: use /etc/localtime instead of /etc/timezone
/etc/timezone is a legacy debian specific file. Let's use localtime. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038849 * Related: #40414
This commit is contained in:
parent
fa122efb61
commit
313e54befe
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ variables:
|
||||||
.apt-template: &apt-template
|
.apt-template: &apt-template
|
||||||
- export LC_ALL=C.UTF-8
|
- export LC_ALL=C.UTF-8
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
- echo Etc/UTC > /etc/timezone
|
- ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime
|
||||||
- echo 'quiet "1";'
|
- echo 'quiet "1";'
|
||||||
'APT::Install-Recommends "0";'
|
'APT::Install-Recommends "0";'
|
||||||
'APT::Install-Suggests "0";'
|
'APT::Install-Suggests "0";'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue