From 81a00c05e6231b360db52089d1728e3309d25d53 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 21 Oct 2016 09:33:40 -0500 Subject: [PATCH] ceph-build: fix the repo url used by build_rpm --- ceph-build/build/build_rpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5