From 297694f8f1f08fe6630bd3157be91616d5221605 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 17 Mar 2021 16:42:23 -0400 Subject: [PATCH] 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 --- scripts/build_utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index a61da253..588e6cef 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 -- 2.39.5