Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Brian O'Connor
2016-09-19 15:00:40 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35cd8008294e134320a711d7596eebe3f4ceb5f0
35cd8008
1 parent
dfa52b00
Updating onos-change-version
Change-Id: I21e186095a4dbd26930a9da89d46bca63c04c517
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
tools/build/onos-change-version
tools/build/onos-change-version
View file @
35cd800
...
...
@@ -28,7 +28,7 @@ done
# Augment the version in envDefaults, onos.py and archetypes test
sed -i
""
-E
"s/ONOS_VERSION:-[^
$]
*/ONOS_VERSION:-
$NEW_VERSION_SHORT
./"
$ONOS_ROOT
/tools/build/envDefaults
sed -i
""
-E
"s/features
\/
.*
\/
xml/features
\/
$NEW_VERSION
\/
xml/"
$ONOS_ROOT
/tools/
test/topos
/onos.py
sed -i
""
-E
"s/features
\/
.*
\/
xml/features
\/
$NEW_VERSION
\/
xml/"
$ONOS_ROOT
/tools/
dev/mininet
/onos.py
sed -i
""
-E
"s/ -Dversion=.*
\"
/ -Dversion=
$NEW_VERSION
\"
/"
$ONOS_ROOT
/tools/test/bin/onos-archetypes-test
sed -i
""
-E
"s/ONOS_POM_VERSION=.*
\"
/ONOS_POM_VERSION=
\"
$NEW_VERSION
\"
/"
$ONOS_ROOT
/tools/build/envDefaults
...
...
@@ -50,8 +50,4 @@ sed -i "" -E "s#demo/cord-gui/target/cord-gui-.*\.war#demo/cord-gui/target/cord-
sed -i
""
-E
"s#CORD=./cord-gui-.*
\.
war#CORD=./cord-gui-
$NEW_VERSION
.war#"
$ONOS_ROOT
/apps/demo/cord-gui/src/scripts/run.me
# Version the BUCK artifacts
sed -i
""
-E
"s#/org/onosproject/onos-features/.*/#/org/onosproject/onos-features/
$NEW_VERSION
/#"
$ONOS_ROOT
/buck-tools/onos_stage.py
sed -i
""
-E
"s#onos-features-.*-features.xml#onos-features-
$NEW_VERSION
-features.xml#"
$ONOS_ROOT
/buck-tools/onos_stage.py
sed -i
""
-E
"s#ONOS_VERSION = .*#ONOS_VERSION = '
$NEW_VERSION
'#"
$ONOS_ROOT
/bucklets/onos.bucklet
sed -i
""
-E
"s#ONOS_VERSION = .*#ONOS_VERSION = '
$NEW_VERSION
'#"
$ONOS_ROOT
/bucklets/onos_app.bucklet
sed -i
""
-E
"s/ONOS_VERSION.*/ONOS_VERSION = '
$NEW_VERSION
'/"
onos.defs
...
...
Please
register
or
login
to post a comment