X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=ff627d38ef56beb2e55a4dcc8dcc999aa5d9ef3a;hb=8008c3ab56d80d73568226a4503f0f5933c23df9;hp=9aaf028ec23fa25d3d61a674aa391e57985ac046;hpb=fe3f3c9af04a7250408d9a91c41de3e11684166c;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 9aaf028e..ff627d38 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -264,7 +264,8 @@ if [[ -z $NOCLONE ]]; then ##### DOWNLOAD SOURCE ##### #################################################################' su $SUDO_USER -c 'git clone '"${GIT_URL}"' openmano' - #[[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout ' + su $SUDO_USER -c 'cp openmano/.gitignore-common openmano/.gitignore' + [[ -z $DEVELOP ]] && su $SUDO_USER -c 'cd openmano; git checkout tags/v1.0; cd ..' fi echo '