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
2015-05-05 22:46:36 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
014e22173e0c76e8dee779423f22e26ceb47b66e
014e2217
1 parent
b23fad2a
onos-package improvement
Change-Id: I032e87ca05892eb7f73c33a4eb8bcd2c4e88d81a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
tools/build/onos-package
tools/build/onos-package
View file @
014e221
...
...
@@ -63,7 +63,7 @@ done
# Patch the Apache Karaf distribution file to add ONOS features repository
perl -pi.old -e
"s|^(featuresRepositories=.*)|
\1
,mvn:org.onosproject/onos-features/
$ONOS_POM_VERSION
/xml/features|"
\
$ONOS_STAGE
/
$KARAF_DIST
/etc/org.apache.karaf.features.cfg
$ONOS_STAGE
/
$KARAF_DIST
/etc/org.apache.karaf.features.cfg
# Patch the Apache Karaf distribution file to load default ONOS boot features
export
BOOT_FEATURES
=
"webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-gui"
...
...
@@ -82,5 +82,5 @@ cd $ONOS_STAGE_ROOT
rm -f
$ONOS_TAR
$ONOS_ZIP
COPYFILE_DISABLE
=
1 tar zcf
$ONOS_TAR
$ONOS_BITS
which zip >/dev/null
&&
zip -rq
$ONOS_ZIP
$ONOS_BITS
which zip >/dev/null
&&
ls -l
$ONOS_TAR
$ONOS_ZIP
||
ls -l
$ONOS_TAR
which zip >/dev/null
&&
ls -l
h
$ONOS_TAR
$ONOS_ZIP
||
ls -lh
$ONOS_TAR
rm -r
$ONOS_STAGE
...
...
Please
register
or
login
to post a comment