]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-build: print the shaman url for the repo on success 438/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 24 Aug 2016 20:38:31 +0000 (15:38 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 24 Aug 2016 20:38:31 +0000 (15:38 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-dev-build/build/build_deb
ceph-dev-build/build/build_rpm

index 9d11ef5174456a1f8c1ee969545ffa07b43a89b4..ccaa2d86e35aff67973a591e493bcf5382e3451d 100644 (file)
@@ -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
index 8048bba128b181ed67271fb3ecd7f1524f13509e..b7dea9ed095e651d16473b8c3870c8d1c8c02151 100644 (file)
@@ -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