From: Andrew Schoen Date: Thu, 29 Oct 2015 16:26:42 +0000 (-0500) Subject: fix a typo when constructing the chacra endpoint X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F189%2Fhead;p=ceph-build.git fix a typo when constructing the chacra endpoint Signed-off-by: Andrew Schoen --- diff --git a/ceph-build-next/build/build_deb b/ceph-build-next/build/build_deb index 83a006b2..90ef4322 100644 --- a/ceph-build-next/build/build_deb +++ b/ceph-build-next/build/build_deb @@ -34,7 +34,7 @@ BPTAG=`get_bptag $DIST` [ "$TEST" = true ] && chacra_ref="test" || chacra_ref="$BRANCH" vers=`cat ./dist/version` distro=`python -c "exec 'import platform; print platform.linux_distribution()[0].lower()'"` -chacra_endpoint="ceph/${chacra_ref}/${distro}/{$DIST}/${ARCH}" +chacra_endpoint="ceph/${chacra_ref}/${distro}/${DIST}/${ARCH}" chacractl exists binaries/${chacra_endpoint}; exists=$? || true