Creating build of a small bundle of remote administrative tools that
can be installed separately from the ONOS source or ONOS runtime.
Change-Id: I0f8a7e2739010f34d913d79ab40390aef3fc07e2
diff --git a/BUCK b/BUCK
index b5c7537..cf58a0e 100644
--- a/BUCK
+++ b/BUCK
@@ -58,6 +58,17 @@
other_tars = [ '//tools/package:onos-package-runtime' ],
)
+tar_file(
+ name = 'onos-admin',
+ root = 'onos-admin-%s' % ONOS_VERSION,
+ srcs = [
+ 'tools/dev/bin/onos-create-app',
+ 'tools/test/bin/onos',
+ ],
+ other_tars = [ '//tools/package:onos-package-runtime' ],
+ flat = True,
+)
+
only_lib_dep_pom(
name = 'top-level-pom',
src = 'pom.xml',