]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
fix a typo when constructing the chacra endpoint 189/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 29 Oct 2015 16:26:42 +0000 (11:26 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 29 Oct 2015 16:26:42 +0000 (11:26 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-build-next/build/build_deb

index 83a006b2d7028a0f8182815cd82b69460fcf1713..90ef43228b7421c052b55bd19e1885259f4236b7 100644 (file)
@@ -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