X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tools%2Fnewbranch.sh;h=ad6e8d6998034a241b49bc2d3e569befc0304a04;hb=e572aab65d8e91ab5af1cb59247f3424380c43e4;hp=6428c98015bd564555b14490cf0f55c7890ae1d3;hpb=fb4acf93c8c3f3ae2417448ea9e233d7bbc82236;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