summaryrefslogtreecommitdiffstats
path: root/jjb/vpp
diff options
context:
space:
mode:
authorC.J. Collier <cjcollier@linuxfoundation.org>2016-05-17 12:03:02 -0700
committerC.J. Collier <cjcollier@linuxfoundation.org>2016-05-20 00:44:54 +0000
commit2aa973ce201fdeb5d385708ae243ab14d3bcefb7 (patch)
tree469321109e1b0b1635f915576279715f5b7a7685 /jjb/vpp
parentaf6a29cc42a369863f324e675cbaf1cb9aaa32da (diff)
Document the process of re-spinning an image
* Document the process of respinning jcloud images in README.txt * Create /scripts/respin-jcloud-images.sh * Create /vagrant/lib/respin-functions.sh * Automate the process of fetching latest base images * Automate the process of creating new "LF upload" snapshots * Automate process of creating jcloud image - Boot fresh VM - run bootstrap.sh - run system_reseal.sh - snapshot re-sealed system * Unable to automate updating jcloud image regex for staging nodes * Correct shasum to sha1sum * Add cloud-initramfs-* to PACKAGES list * Install cloud-init during system reseal Change-Id: Ie70d5f1fdee0e9f06810da6f37bfc710e3e06b8e Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
Diffstat (limited to 'jjb/vpp')
-rw-r--r--jjb/vpp/include-raw-vpp-build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/vpp/include-raw-vpp-build.sh b/jjb/vpp/include-raw-vpp-build.sh
index 97330ae09..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
@@ -58,4 +58,4 @@ if [ $? == 0 ];then
echo "*******************************************************************"
echo "* VPP BUILD SUCCESSFULLY COMPLETED"
echo "*******************************************************************"
-fi \ No newline at end of file
+fi