]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use the correct DIST variable 187/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 29 Oct 2015 12:43:23 +0000 (07:43 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 29 Oct 2015 12:43:23 +0000 (07:43 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-build-next/build/build_deb

index 68856364de687125713ba0358632876d7106ecf3..83a006b2d7028a0f8182815cd82b69460fcf1713 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