From: tierno Date: Fri, 6 Oct 2017 07:51:26 +0000 (+0200) Subject: source installation adjust for getting a proper lib_openvim version X-Git-Tag: v3.0.0rc14~11 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=d8b6bb97e6509fe1354ab64ac10ff2f2afa9995e source installation adjust for getting a proper lib_openvim version Change-Id: I067cf99d07e216e9ab98faf4dc0daa82068e6493 Signed-off-by: tierno --- 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" ]]