From d8b6bb97e6509fe1354ab64ac10ff2f2afa9995e Mon Sep 17 00:00:00 2001 From: tierno Date: Fri, 6 Oct 2017 09:51:26 +0200 Subject: [PATCH] source installation adjust for getting a proper lib_openvim version Change-Id: I067cf99d07e216e9ab98faf4dc0daa82068e6493 Signed-off-by: tierno --- scripts/install-openmano.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index bab698f7..fc051ea3 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -285,8 +285,7 @@ echo -e "\n"\ "#################################################################" su $SUDO_USER -c "git -C ${BASEFOLDER} clone ${GIT_OSMIM_URL} IM" LATEST_STABLE_TAG=`git -C "${BASEFOLDER}/IM" tag -l v[0-9].* | tail -n1` -# TODO remove comment when a stable version of IM were tagged -# [[ -z $DEVELOP ]] && su $SUDO_USER -c "git -C ${BASEFOLDER}/IM checkout tags/${LATEST_STABLE_TAG}" +[[ -z $DEVELOP ]] && su $SUDO_USER -c "git -C ${BASEFOLDER}/IM checkout tags/${LATEST_STABLE_TAG}" # Install debian dependencies before setup.py if [[ -z "$NO_PACKAGES" ]] @@ -310,7 +309,8 @@ echo -e "\n"\ "#################################################################" su $SUDO_USER -c "git -C ${BASEFOLDER} clone ${GIT_OVIM_URL} openvim" LATEST_STABLE_TAG=`git -C "${BASEFOLDER}/openvim" tag -l v[0-9].* | tail -n1` -[[ -z $DEVELOP ]] && su $SUDO_USER -c "git -C ${BASEFOLDER}/openvim checkout tags/${LATEST_STABLE_TAG}" +[[ -z $DEVELOP ]] && su $SUDO_USER -c "git -C ${BASEFOLDER}/openvim checkout 005a9dc" +# disable because a problem with this version[[ -z $DEVELOP ]] && su $SUDO_USER -c "git -C ${BASEFOLDER}/openvim checkout tags/${LATEST_STABLE_TAG}" # Install debian dependencies before setup.py if [[ -z "$NO_PACKAGES" ]] -- 2.25.1