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
tom
2014-10-08 22:44:56 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3f1464005fb3afd4049def79c7994841d4ad614f
3f146400
1 parent
a689779d
Added protection against project patterns starting with - for onos-push-update-bundle.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/test/bin/onos-push-update-bundle
tools/test/bin/onos-push-update-bundle
View file @
3f14640
...
...
@@ -7,7 +7,7 @@
.
$ONOS_ROOT
/tools/build/envDefaults
cd
~/.m2/repository
jar
=
$(
find org/onlab -type f -name
'*.jar'
| grep
$1
| grep -v -e -tests | head -n 1
)
jar
=
$(
find org/onlab -type f -name
'*.jar'
| grep
-e
$1
| grep -v -e -tests | head -n 1
)
[
-z
"
$jar
"
]
&&
echo
"No bundle
$1
found for"
&&
exit
1
...
...
Please
register
or
login
to post a comment