From c01b383feb498d884fe1f580e7109ef17990257c Mon Sep 17 00:00:00 2001 From: tierno Date: Tue, 4 Oct 2016 13:20:36 +0000 Subject: [PATCH] 0.5.0 openvim for OSM Release One Signed-off-by: tierno --- openvimd.py | 4 ++-- scripts/install-openvim.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openvimd.py b/openvimd.py index 9134076..6513943 100755 --- a/openvimd.py +++ b/openvimd.py @@ -30,8 +30,8 @@ and host controllers __author__="Alfonso Tierno" __date__ ="$10-jul-2014 12:07:15$" -__version__="0.4.10-r503" -version_date="Sep 2016" +__version__="0.5.0-r506" +version_date="Oct 2016" database_version="0.8" #expected database schema version import httpserver diff --git a/scripts/install-openvim.sh b/scripts/install-openvim.sh index 43f58b7..053b8a9 100755 --- a/scripts/install-openvim.sh +++ b/scripts/install-openvim.sh @@ -237,7 +237,7 @@ echo ' ##### DOWNLOAD SOURCE ##### #################################################################' su $SUDO_USER -c 'git clone '"${GIT_URL}"' openvim' -#[[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout ' +[[ -z $DEVELOP ]] && su $SUDO_USER -c 'cd openvim; git checkout tags/v1.0; cd ..' #Unncoment to use a concrete branch, if not main branch #pushd openvim -- 2.17.1