Skip to content

Commit

Permalink
envoy.distribution.distrotest(0.0.12): Retry adding retries for apt…
Browse files Browse the repository at this point in the history
… install (#2460)

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Nov 19, 2024
1 parent 1aa97e2 commit be9d8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envoy.distribution.distrotest/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.12-dev
0.0.12
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deb:
env: DEBIAN_FRONTEND=noninteractive
command: |
chmod +x /tmp/distrotest.sh
echo 'Acquire::Retries "20";' | sudo tee /etc/apt/apt.conf.d/80-retries
echo 'Acquire::Retries "20";' > /etc/apt/apt.conf.d/80-retries
apt-get update
apt-get install -y -qq -o=Dpkg::Use-Pty=0 --no-install-recommends curl devscripts gnupg2 procps sudo
mkdir /usr/share/debsign
Expand Down

0 comments on commit be9d8db

Please sign in to comment.