From 8b916f0e6f58a7567a6a25627f2bfcccdcc7ef20 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 24 Aug 2016 15:38:31 -0500 Subject: [PATCH] ceph-dev-build: print the shaman url for the repo on success Signed-off-by: Andrew Schoen --- ceph-dev-build/build/build_deb | 2 ++ ceph-dev-build/build/build_rpm | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.5