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
andrew@onlab.us
2014-12-04 13:01:31 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52837767e491d908dc73c2c3412914737d69100c
52837767
1 parent
41effbe4
Changing which argument to -a to be compatible with ubuntu
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/build/onos-package
tools/build/onos-package
View file @
5283776
...
...
@@ -72,6 +72,6 @@ echo $ONOS_VERSION > $ONOS_STAGE/VERSION
# Now package up the ONOS tar file
cd
$ONOS_STAGE_ROOT
COPYFILE_DISABLE
=
1 tar zcf
$ONOS_TAR
$ONOS_BITS
which -
s
zip
&&
zip -rq
$ONOS_ZIP
$ONOS_BITS
which -
a
zip
&&
zip -rq
$ONOS_ZIP
$ONOS_BITS
ls -l
$ONOS_TAR
$ONOS_ZIP
>&2
rm -r
$ONOS_STAGE
...
...
Please
register
or
login
to post a comment