Document the process of re-spinning an image
[ci-management.git] / jjb / vpp / include-raw-vpp-build.sh
index 05d6d5d..bacac43 100644 (file)
@@ -25,8 +25,8 @@ else
     echo "Cannot find cat /etc/bootstrap-functions.sha"
 fi
 
-echo "shasum of this script: ${0}"
-shasum $0
+echo "sha1sum of this script: ${0}"
+sha1sum $0
 
 # Check to make sure the patch doesn't need to be rebased
 # Since there was a discontinuity, patches with a
@@ -54,3 +54,8 @@ if [ ${OS} == ubuntu1404 ];then
 fi
 
 build-root/vagrant/build.sh
+if [ $? == 0 ];then
+    echo "*******************************************************************"
+    echo "* VPP BUILD SUCCESSFULLY COMPLETED"
+    echo "*******************************************************************"
+fi