From: Andrew Schoen Date: Wed, 24 Aug 2016 20:38:31 +0000 (-0500) Subject: ceph-dev-build: print the shaman url for the repo on success X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8b916f0e6f58a7567a6a25627f2bfcccdcc7ef20;p=ceph-build.git ceph-dev-build: print the shaman url for the repo on success Signed-off-by: Andrew Schoen --- diff --git a/ceph-dev-build/build/build_deb b/ceph-dev-build/build/build_deb index 9d11ef51..ccaa2d86 100644 --- a/ceph-dev-build/build/build_deb +++ b/ceph-dev-build/build/build_deb @@ -187,4 +187,6 @@ if [ "$THROWAWAY" = false ] ; then find release/$vers/ | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint} # start repo creation $VENV/chacractl repo update ${chacra_repo_endpoint} + + echo Check the status of the repo at: https://shaman.ceph.com/api/repos/${chacra_repo_endpoint}/ fi diff --git a/ceph-dev-build/build/build_rpm b/ceph-dev-build/build/build_rpm index 8048bba1..b7dea9ed 100644 --- a/ceph-dev-build/build/build_rpm +++ b/ceph-dev-build/build/build_rpm @@ -227,4 +227,6 @@ if [ "$THROWAWAY" = false ] ; then find release/${vers}/rpm/*/RPMS/* | grep rpm | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint}/${ARCH}/flavors/${FLAVOR} # start repo creation $VENV/chacractl repo update ${chacra_endpoint}/flavors/${FLAVOR} + + echo Check the status of the repo at: https://shaman.ceph.com/api/repos/${chacra_endpoint}/flavors/${FLAVOR}/ fi