v0.5.0 openmano for OSM Release One 89/489/1 v1.0.0
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 4 Oct 2016 12:43:11 +0000 (12:43 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 4 Oct 2016 12:43:11 +0000 (12:43 +0000)
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
openmanod.py
scripts/install-openmano.sh

index 535a11f..7d183eb 100755 (executable)
@@ -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
 
index c7e03aa..85d3293 100755 (executable)
@@ -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 <tag version>'
+    [[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout tags/v1.0' 
 fi
 
 echo '