]> 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)
committerMichał Kępień <michal@isc.org>
Wed, 7 Aug 2024 15:04:04 +0000 (17:04 +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 0077cfd7a6ea64b0b765569bcc57b1a566cca36e)

.gitlab-ci.yml

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