commit | 92ec2136a3c2fe29f44a8c7df47baa1fdc72a33e | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Tue May 03 17:30:25 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed May 04 00:38:24 2016 +0000 |
tree | 04891c278c06257c7cc7b58791399bee85315950 | |
parent | f96d41fd1896a5f779f9ebe85f7432ff2bdd598d [diff] [blame] |
ONOS-4344 Fixes to onos_stage.py to fix Buck onos-package Change-Id: I807a3cf66f15c60adb5790bdb54d4b68ea7f953d
diff --git a/tools/package/BUCK b/tools/package/BUCK index 19c7db1..27c0274 100644 --- a/tools/package/BUCK +++ b/tools/package/BUCK
@@ -99,7 +99,7 @@ genrule( name = 'onos-package', - out = 'onos.zip', + out = 'onos.tar.gz', bash = 'cp $(location :onos-karaf) $OUT && $(exe //buck-tools:onos-stage) $OUT ' + ' '.join(sources), visibility = [ 'PUBLIC' ], ) \ No newline at end of file