projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2661d5b
)
Remove N2VC from the list of modules to create a new tag
78/15378/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sat, 6 Sep 2025 12:43:54 +0000
(14:43 +0200)
committer
garciadeblas
<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
patch
|
blob
|
history
diff --git
a/tools/newtag.sh
b/tools/newtag.sh
index
5d412b5
..
7a19998
100755
(executable)
--- a/
tools/newtag.sh
+++ b/
tools/newtag.sh
@@
-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 N
2VC N
BI 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