]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts/build_utils.sh: quote $PROFILES 1875/head
authorKefu Chai <kchai@redhat.com>
Sat, 10 Jul 2021 14:40:40 +0000 (22:40 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 10 Jul 2021 14:40:42 +0000 (22:40 +0800)
otherwise the following "--use-network" would be taken as a profile,
and "yes" is used as the path to package's dsc file.

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh

index 4d6af2529ee2d0d4b54357cdca8e1a71e8b99e9c..582d3c0a1d7860d42058605778dd472474162b30 100644 (file)
@@ -922,7 +922,7 @@ build_debs() {
         --distribution $DIST \
         --basetgz $pbuilddir/$DIST.tgz \
         --buildresult $releasedir/$cephver \
-        --profiles $PROFILES \
+        --profiles "$PROFILES" \
         --use-network yes \
         $releasedir/$cephver/ceph_$bpvers.dsc