From: tierno Date: Tue, 4 Oct 2016 12:43:11 +0000 (+0000) Subject: v0.5.0 openmano for OSM Release One X-Git-Tag: v1.0.0^0 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=65a0b964858817a012c1d86adf18fa87b53d5f74 v0.5.0 openmano for OSM Release One Signed-off-by: tierno --- diff --git a/openmanod.py b/openmanod.py index 535a11f8..7d183eb7 100755 --- a/openmanod.py +++ b/openmanod.py @@ -33,7 +33,7 @@ It loads the configuration file and launches the http_server thread that will li ''' __author__="Alfonso Tierno, Gerardo Garcia, Pablo Montes" __date__ ="$26-aug-2014 11:09:29$" -__version__="0.4.62-r506" +__version__="0.5.0-r507" version_date="Oct 2016" database_version="0.15" #expected database schema version diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index c7e03aa5..85d3293b 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -265,7 +265,7 @@ if [[ -z $NOCLONE ]]; then #################################################################' su $SUDO_USER -c 'git clone '"${GIT_URL}"' openmano' su $SUDO_USER -c 'cp openmano/.gitignore-common openmano/.gitignore' - #[[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout ' + [[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout tags/v1.0' fi echo '