Bug 1977455 - Use archive.debian.org for buster chroot in debian-repackage docker image. a=RyanVM

The same was done for build-sysroot.sh in bug 1949367.

Original Revision: https://phabricator.services.mozilla.com/D257391

Differential Revision: https://phabricator.services.mozilla.com/D257599
This commit is contained in:
Mike Hommey
2025-07-21 18:17:03 +00:00
committed by rvandermeulen@mozilla.com
parent b81d1b0632
commit b138ac62ac

View File

@@ -35,7 +35,7 @@ RUN /usr/local/sbin/setup_packages.sh $TASKCLUSTER_ROOT_URL $DOCKER_IMAGE_PACKAG
--verbose \ --verbose \
buster \ buster \
/srv/buster-amd64 \ /srv/buster-amd64 \
http://deb.debian.org/debian || (echo "Debootstrap failed, outputting log:" && cat /srv/buster-amd64/debootstrap/debootstrap.log && exit 1) && \ http://archive.debian.org/debian || (echo "Debootstrap failed, outputting log:" && cat /srv/buster-amd64/debootstrap/debootstrap.log && exit 1) && \
chroot /srv/buster-amd64 /bin/bash -c "\ chroot /srv/buster-amd64 /bin/bash -c "\
dpkg --add-architecture arm64 && \ dpkg --add-architecture arm64 && \
apt-get update && \ apt-get update && \