Skip to content

Commit

Permalink
envoy.distribution.distrotest(0.0.11): Add retries for apt install (#…
Browse files Browse the repository at this point in the history
…2458)

Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Nov 19, 2024
1 parent c0ba0e0 commit 330308f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion envoy.distribution.distrotest/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.11-dev
0.0.11
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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
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 330308f

Please sign in to comment.