From: Alfredo Deza Date: Wed, 6 Nov 2019 17:43:12 +0000 (-0500) Subject: scripts: use main and universe directly X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1433%2Fhead;p=ceph-build.git scripts: use main and universe directly Signed-off-by: Alfredo Deza --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index d98985a63..83a786b95 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -484,7 +484,7 @@ setup_pbuilder() { # gcc 7.4.0 will come from bionic-updates, those need to be added as well if [ $DIST = "bionic" ]; then - other_mirror='OTHERMIRROR="deb $mirror $DIST-updates $components"' + other_mirror="OTHERMIRROR=\"deb $mirror $DIST-updates main universe\"" echo "$other_mirror" >> ~/.pbuilderrc fi