]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Refresh base image repos before installing from them
authorMichal Nowak <mnowak@isc.org>
Mon, 8 Jul 2024 12:20:02 +0000 (14:20 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 8 Jul 2024 13:34:10 +0000 (15:34 +0200)
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?

(cherry picked from commit 211a514dbd5d122a37ddb29f6db63edc86af73b7)

.gitlab-ci.yml

index 64eb3e83608d3d60c54c4367bc265a7dbd7f8106..86e81ced2139af523fe198d18b0aeb7022eb9e5c 100644 (file)
@@ -688,6 +688,7 @@ docs:pdf:
   <<: *base_image
   stage: docs
   before_script:
+    - apt-get update
     - apt-get -y install qpdf texlive-full texlive-xetex xindy
   script:
     - *configure