From: Arran Cudbard-Bell Date: Fri, 1 Apr 2022 21:13:09 +0000 (-0600) Subject: Try *really* hard to pull down packages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9fee4315fc549a373065f8e032c628836be7f90;p=thirdparty%2Ffreeradius-server.git Try *really* hard to pull down packages --- diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index 10a1b818fb..6f5d014640 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -82,7 +82,7 @@ jobs: run: | sed -i 's/deb.debian.org/debian-archive.trafficmanager.net/' /etc/apt/sources.list sed -i 's/archive.ubuntu.com/azure.archive.ubuntu.com/' /etc/apt/sources.list - echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80-retries + echo 'APT::Acquire::Retries "10";' > /etc/apt/apt.conf.d/80-retries echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/02speedup echo 'man-db man-db/auto-update boolean false' | debconf-set-selections apt-get update