change installation to checkout the v1.0.2 tag 01/801/1 v1.0.2 v1.0.3
authortierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 16 Dec 2016 10:19:59 +0000 (11:19 +0100)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 16 Dec 2016 10:19:59 +0000 (11:19 +0100)
Change-Id: I1d4f665678515dba71f75063ba078aef4f1ce725
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
scripts/install-openvim.sh

index 2b0f1a4..747c8e6 100755 (executable)
@@ -298,7 +298,7 @@ if [[ -z $NOCLONE ]]; then
 
     su $SUDO_USER -c "git clone ${GIT_URL} ${OPENVIM_BASEFOLDER}"
     su $SUDO_USER -c "cp ${OPENVIM_BASEFOLDER}/.gitignore-common ${OPENVIM_BASEFOLDER}/.gitignore"
-    [[ -z $DEVELOP ]] && su $SUDO_USER -c "git -C  ${OPENVIM_BASEFOLDER} checkout tags/stable"
+    [[ -z $DEVELOP ]] && su $SUDO_USER -c "git -C  ${OPENVIM_BASEFOLDER} checkout tags/v1.0.2"
 fi
 
 echo '