Remove N2VC from the list of modules to create a new tag 78/15378/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 6 Sep 2025 12:43:54 +0000 (14:43 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Sep 2025 07:54:12 +0000 (09:54 +0200)
Change-Id: I3db7e1c4babd140779ef2841204af1b491f1f40c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tools/newtag.sh

index 5d412b5..7a19998 100755 (executable)
@@ -29,7 +29,7 @@ RELEASE_NAME="$5"
 tag_header="OSM Release $RELEASE_NAME:"
 tag_message="$tag_header version $TAG"
 
-modules="common devops IM LCM MON N2VC NBI NG-UI NG-SA osmclient RO SOL003 SOL005 tests"
+modules="common devops IM LCM MON NBI NG-UI NG-SA osmclient RO SOL003 SOL005 tests"
 list=""
 for i in $modules; do
     if [ "$1" == "$i" -o "$1" == "all" ]; then