Add checking of status of local http server used to serve deb packages
[osm/devops.git] / tools / newbranch.sh
index 6428c98..ad6e8d6 100755 (executable)
@@ -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