From: David Galloway Date: Wed, 17 Mar 2021 20:42:23 +0000 (-0400) Subject: build_utils: Use network in pbuilder env X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1769%2Fhead;p=ceph-build.git build_utils: Use network in pbuilder env Not sure what happened between 0.229.1 vs 0.230.4 but seems `--use-network no` is now the default. Discovered on a Focal builder. Signed-off-by: David Galloway --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index a61da2536..588e6cefe 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -835,6 +835,7 @@ build_debs() { --basetgz $pbuilddir/$DIST.tgz \ --buildresult $releasedir/$cephver \ --profiles nocheck \ + --use-network yes \ $releasedir/$cephver/ceph_$bpvers.dsc # do lintian checks