From: Dan Mick Date: Thu, 16 May 2024 06:20:13 +0000 (-0700) Subject: build_utils.sh: re: last commit: one must specify a mirror X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2239%2Fhead;p=ceph-build.git build_utils.sh: re: last commit: one must specify a mirror To pbuild Debian on Ubuntu (as we do), one must specify a mirror that contains the Debian environments. Use the most-generic one. Signed-off-by: Dan Mick --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 090159f3..7414b32e 100755 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -555,11 +555,9 @@ setup_pbuilder() { [ "$DIST" = "jammy" ] && os="ubuntu" if [ $os = "debian" ]; then - # this mirror seems to have been decommissioned. Like other - # places where we add specific package mirrors, let's revert - # to default (unspecified) for now until we decide there's - # a problem we need to address. + # this mirror seems to have been decommissioned. # mirror="http://www.gtlib.gatech.edu/pub/debian" + mirror="http://ftp.us.debian.org/debian" if [ "$DIST" = "jessie" ]; then # despite the fact we're building for jessie, pbuilder was failing due to # missing wheezy key 8B48AD6246925553. Pointing pbuilder at the archive