mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'fix-apt-syntax' into 'main'
gitlab-ci: fix apt conf syntax for Acquire::Retries See merge request tpo/core/tor!705
This commit is contained in:
+1
-1
@@ -51,9 +51,9 @@ variables:
|
||||
export APT_CACHE_DIR="$(pwd)/apt-cache"
|
||||
rm -f /etc/apt/apt.conf.d/docker-clean
|
||||
echo 'quiet "1";' \
|
||||
'Acquire::Retries "20";' \
|
||||
'APT::Install-Recommends "0";' \
|
||||
'APT::Install-Suggests "0";' \
|
||||
'APT::Acquire::Retries "20";' \
|
||||
'APT::Get::Assume-Yes "true";' \
|
||||
'Dpkg::Use-Pty "0";' \
|
||||
"Dir::Cache::Archives \"${APT_CACHE_DIR}\"; " \
|
||||
|
||||
Reference in New Issue
Block a user