X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tools%2Fnewbranch.sh;h=ad6e8d6998034a241b49bc2d3e569befc0304a04;hb=85dc239b834cfe437455d0bb815c667ca905edc6;hp=6428c98015bd564555b14490cf0f55c7890ae1d3;hpb=b1a1c46a60aa4981c7b01e9d6ff95958db7749a5;p=osm%2Fdevops.git diff --git a/tools/newbranch.sh b/tools/newbranch.sh index 6428c980..ad6e8d69 100755 --- a/tools/newbranch.sh +++ b/tools/newbranch.sh @@ -26,7 +26,7 @@ BRANCH="$2" USER="$3" tag_message="Start of $BRANCH" -modules="common devops IM LCM LW-UI MON N2VC NBI openvim osmclient RO vim-emu POL NG-UI PLA tests" +modules="common devops IM LCM MON N2VC NBI osmclient RO POL NG-UI PLA tests" list="" for i in $modules; do if [ "$1" == "$i" -o "$1" == "all" ]; then