From: Andrew Schoen Date: Fri, 21 Oct 2016 14:33:40 +0000 (-0500) Subject: ceph-build: fix the repo url used by build_rpm X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=81a00c05e6231b360db52089d1728e3309d25d53;p=ceph-build.git ceph-build: fix the repo url used by build_rpm --- diff --git a/ceph-build/build/build_rpm b/ceph-build/build/build_rpm index 6c42bbdf..c672f383 100644 --- a/ceph-build/build/build_rpm +++ b/ceph-build/build/build_rpm @@ -62,7 +62,7 @@ EOF # post the json to repo-extra json to chacra curl -X POST -H "Content-Type:application/json" --data "@$WORKSPACE/repo-extra.json" -u $CHACRACTL_USER:$CHACRACTL_KEY https://chacra.ceph.com/repos/${chacra_repo_endpoint}/extra/ # start repo creation - $VENV/chacractl repo update ${chacra_endpoint} + $VENV/chacractl repo update ${chacra_repo_endpoint} fi # update shaman with the completed build status