X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fvpp%2Finclude-raw-vpp-build.sh;h=bacac434842b8bbea721a3ef8ef0130c444be440;hb=2aa973ce201fdeb5d385708ae243ab14d3bcefb7;hp=05d6d5d74607b10122c6bee077a101d6eb7ca048;hpb=59a041e679eb4af1e2a534c4dfb234c2fa26279a;p=ci-management.git diff --git a/jjb/vpp/include-raw-vpp-build.sh b/jjb/vpp/include-raw-vpp-build.sh index 05d6d5d74..bacac4348 100644 --- a/jjb/vpp/include-raw-vpp-build.sh +++ b/jjb/vpp/include-raw-vpp-build.sh @@ -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