]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Always use requirements.txt from main
authorMichal Nowak <mnowak@isc.org>
Wed, 9 Oct 2024 10:26:28 +0000 (12:26 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 14 Oct 2024 16:52:45 +0000 (18:52 +0200)
Instances of the requirements.txt file may be outdated in other
branches.

util/release-tarball-comparison.sh

index 7f07b2ac64a9f245182ca9756475ccb1cf5f736d..49ef58244f4d09d19f0298e3a1550e138389074c 100755 (executable)
@@ -73,7 +73,7 @@ run_in_container "git -c advice.detachedHead=false clone --branch v${BIND_VERSIO
        cd bind9 && \
        apt-get -y install --no-install-recommends python3-pip && \
        rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED && \
-       pip3 install -r doc/arm/requirements.txt && \
+       pip3 install -r https://gitlab.isc.org/isc-projects/bind9/-/raw/main/doc/arm/requirements.txt && \
        autoreconf -fi && \
        ./configure --enable-umbrella && \
        make -j && \