From a9b940eb8d81f52f642a716335c93733a568894f Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 6 Nov 2015 11:39:29 -0600 Subject: [PATCH] ceph-deploy: fix the chacra baseurl Push to ceph-deploy, not ceph. Herp derp. Signed-off-by: Andrew Schoen --- ceph-deploy/build/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-deploy/build/build b/ceph-deploy/build/build index 09d05146..98ad1a1b 100644 --- a/ceph-deploy/build/build +++ b/ceph-deploy/build/build @@ -43,7 +43,7 @@ then DISTRO=`python -c "exec 'import platform; print platform.linux_distribution()[0].lower()'"` [ "$TEST" = true ] && chacra_ref="test" || chacra_ref="$BRANCH" - chacra_endpoint="ceph/${chacra_ref}/${DISTRO}/${DISTRO_VERSION}" + chacra_endpoint="ceph-deploy/${chacra_ref}/${DISTRO}/${DISTRO_VERSION}" # prevent early exit from a non-zero exit because we use `set -e` ! chacractl exists binaries/${chacra_endpoint}/${ARCH} ; exists=$? || true @@ -92,7 +92,7 @@ then DISTRO=`python -c "exec 'import platform; print platform.linux_distribution()[0].lower()'"` [ "$TEST" = true ] && chacra_ref="test" || chacra_ref="$BRANCH" - chacra_endpoint="ceph/${chacra_ref}/${DISTRO}/${DEB_BUILD}/${ARCH}" + chacra_endpoint="ceph-deploy/${chacra_ref}/${DISTRO}/${DEB_BUILD}/${ARCH}" # prevent early exit from a non-zero exit because we use `set -e` ! chacractl exists binaries/${chacra_endpoint} ; exists=$? || true -- 2.39.5