]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.16] fix: test: refresh base image repos before installing from them
authorMichał Kępień <michal@isc.org>
Wed, 7 Aug 2024 15:41:57 +0000 (15:41 +0000)
committerMichał Kępień <michal@isc.org>
Wed, 7 Aug 2024 15:41:57 +0000 (15:41 +0000)
commit17e6a3e33401372e1e57ad41d3903d0d4c4d9ede
tree53eba3a16d1d7beda243003fa470ddae9a945c2c
parent8026a59dbac6adf5d0ea04da3598e2045bd62c0f
parenta9bc69889ca9f7f48399d4a8859ab4a54f41ae51
[9.16] fix: test: refresh base image repos before installing from them

Stale repositories cause issue on installation in the `docs:pdf` CI job:

    E: Failed to fetch http://deb.debian.org/debian/pool/main/s/systemd/libsystemd-shared_252.22-1%7edeb12u1_amd64.deb  404  Not Found [IP: 2a04:4e42:78::644 80]
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Validation job: https://gitlab.isc.org/isc-projects/bind9/-/jobs/4487570

Backport of MR !9164

Merge branch 'mnowak/refresh-base-image-repo-before-installation' into 'bind-9.16'

See merge request isc-projects/bind9!9129