]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts: use main and universe directly 1433/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 6 Nov 2019 17:43:12 +0000 (12:43 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 6 Nov 2019 19:07:27 +0000 (14:07 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
scripts/build_utils.sh

index d98985a630190333c8506b4bf0979ae07fadf7d9..83a786b95aeaa61d5c99a9f05870ab0d1b840377 100644 (file)
@@ -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