From b338c28321ebe05b9d7004579f1ce204526fdfae Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 29 Oct 2015 07:43:23 -0500 Subject: [PATCH] use the correct DIST variable Signed-off-by: Andrew Schoen --- ceph-build-next/build/build_deb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-build-next/build/build_deb b/ceph-build-next/build/build_deb index 68856364..83a006b2 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 -- 2.39.5