From 59a041e679eb4af1e2a534c4dfb234c2fa26279a Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Mon, 16 May 2016 14:50:46 -0500 Subject: Instrument Jenkins images/builds (take2) Change-Id: I167cb259fce64f96d385294268a78bf6d161c8de Signed-off-by: Ed Warnicke --- jjb/vpp/include-raw-vpp-build.sh | 7 +++++++ vagrant/basebuild/bootstrap.sh | 1 + 2 files changed, 8 insertions(+) diff --git a/jjb/vpp/include-raw-vpp-build.sh b/jjb/vpp/include-raw-vpp-build.sh index 84a77129b..05d6d5d74 100644 --- a/jjb/vpp/include-raw-vpp-build.sh +++ b/jjb/vpp/include-raw-vpp-build.sh @@ -18,6 +18,13 @@ else echo "Cannot find cat /etc/bootstrap.sha" fi +echo "cat /etc/bootstrap-functions.sha" +if [ -f /etc/bootstrap-functions.sha ];then + cat /etc/bootstrap-functions.sha +else + echo "Cannot find cat /etc/bootstrap-functions.sha" +fi + echo "shasum of this script: ${0}" shasum $0 diff --git a/vagrant/basebuild/bootstrap.sh b/vagrant/basebuild/bootstrap.sh index a0f5c7f25..6e0735c86 100644 --- a/vagrant/basebuild/bootstrap.sh +++ b/vagrant/basebuild/bootstrap.sh @@ -10,6 +10,7 @@ do_setup # record the bootstrap.sh checksum shasum $0 > /etc/bootstrap.sha +shasum /vagrant/lib/bootstrap-functions.sh > /etc/bootstrap-functions.sha echo "---> Attempting to detect OS" # OS selector -- cgit 1.2.3-korg