X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=85d3293bb9a85bf3a3e6978bda813811aa4c53d9;hb=8ed3c73ef2ea968a5530d0128a7b3ed819fb8606;hp=9aaf028ec23fa25d3d61a674aa391e57985ac046;hpb=fe3f3c9af04a7250408d9a91c41de3e11684166c;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 9aaf028e..85d3293b 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 'git checkout tags/v1.0' fi echo '