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:
8c76829
)
Added tests and SOL005 to the list of repos where to create new tags
09/11609/2
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 31 Jan 2022 23:01:24 +0000
(
00:01
+0100)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 9 Feb 2022 08:45:20 +0000
(09:45 +0100)
Change-Id: I3a768082f622263f405d3905fa43759e135d79d5
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
9b40765
..
d90addc
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 N2VC NBI osmclient RO POL NG-UI PLA"
+modules="common devops IM LCM MON N2VC NBI osmclient RO POL NG-UI PLA
tests SOL005
"
list=""
for i in $modules; do
if [ "$1" == "$i" -o "$1" == "all" ]; then