From 5b2eaca070f4282ad32f620aaf479395fb6654de Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Sat, 14 Nov 2015 09:53:10 -0800 Subject: ONOS commit 4832784ed4032361f4c776b79a1de9c013c41226 Change-Id: I710a23a1485c08f006d3ead26f5281c2d1a986e4 Signed-off-by: Ashlee Young --- build.sh | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 5929fcb1..d0acb594 100755 --- a/build.sh +++ b/build.sh @@ -18,9 +18,9 @@ # limitations under the License. ##### Settings ##### -VERSION=1.0.3 +VERSION=1.0.4 AUTHOR="Ashlee Young" -MODIFIED="November 7, 2015" +MODIFIED="November 14, 2015" GERRITURL="git clone ssh://im2bz2pee@gerrit.opnfv.org:29418/onosfw" ONOSURL="https://github.com/opennetworkinglab/onos" SURICATAURL="https://github.com/inliniac/suricata" @@ -49,7 +49,7 @@ detectOS() else OS=other fi - echo $OS + printf "We have detected a derivitive OS of $OS.\n\n" } ##### End Platform detection ##### @@ -106,8 +106,10 @@ ask() ##### Version ##### displayVersion() { + clear printf "You are running installer script Version: %s \n" "$VERSION" printf "Last modified on %s, by %s. \n\n" "$MODIFIED" "$AUTHOR" + sleep 2 } ##### End Version ##### @@ -116,10 +118,9 @@ displayVersion() # repository in this project with just the diffs. updateONOS() { - clear - printf "This is mostly an admin function for the PTL, but you can use it to update your \n" - printf "local copy. If you need the main repo updated to pick up ONOS upstream features, please email \n" - printf "Ashlee at ashlee@onosfw.com. \n\n" + printf "NOTE: Updating upstream src is a PTL function. Please use this function locally, only. \n" + printf "If you need the main repo updated to pick up ONOS upstream features, please email \n" + printf "me at ashlee AT onosfw.com. \n\n" printf "Thanks! \n\n" if ask "Do you still wish to update your local ONOS source tree?"; then freshONOS @@ -300,8 +301,6 @@ buildONOS() cd $ONOSROOT mvn clean install fi - - fi } ##### End Build ONOS ##### -- cgit 1.2.3-korg