From cd763cfcb017b2b99cb0c90a5a17b663977f028a Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Wed, 15 May 2024 23:20:13 -0700 Subject: [PATCH] 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 --- scripts/build_utils.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5