]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
fix the echo statement to mention the FORCE flag
authorAndrew Schoen <aschoen@redhat.com>
Tue, 27 Oct 2015 17:19:20 +0000 (12:19 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 27 Oct 2015 17:19:20 +0000 (12:19 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-build-next/build/build_deb
ceph-build-next/build/build_rpm

index 3a45f64756205ea5ecc743c25d42870d270e8680..172fe5c786efe9d38e45604f86b9d41bde844b54 100644 (file)
@@ -15,7 +15,7 @@ chacractl exists binaries/${chacra_endpoint}
 
 # if the binary already exists in chacra, do not rebuild
 if [ $? -e 0 ] && [ "$FORCE" = false ] ; then
-    echo "The endpoint at ${chacra_endpoint} already exists, Exiting..."
+    echo "The endpoint at ${chacra_endpoint} already exists and FORCE was not set, Exiting..."
     exit 0
 fi
 
index 148c73d2a35dd23f9ed8e74d6804673287ab73fa..15940fe14504b4d0f1aa2a1b417dce84f955cb0d 100644 (file)
@@ -62,7 +62,7 @@ chacractl exists binaries/${chacra_baseurl}/${ARCH}
 
 # if the binary already exists in chacra, do not rebuild
 if [ $? -e 0 ] && [ "$FORCE" = false ]; then
-    echo "The endpoint at ${chacra_baseurl}/${ARCH} already exists, Exiting..."
+    echo "The endpoint at ${chacra_baseurl}/${ARCH} already exists and FORCE was not set, Exiting..."
     exit 0
 fi