commit | be1a1964bb033130bbe6faa7f17f4f834e867aab | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Tue Oct 25 16:59:29 2016 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Thu Oct 27 17:03:35 2016 +0000 |
tree | cb4a46e6c751dfc369591468045bd31c9acb4db0 | |
parent | 6066dff896ea11caa92c712ccf5feff4210f3350 [diff] [blame] |
Migrated release script to use Buck exclusively. Change-Id: I04371594b68071488788c4ecbdb896a6306a2a14
diff --git a/BUCK b/BUCK index 056750b..d1b5cfc 100644 --- a/BUCK +++ b/BUCK
@@ -47,3 +47,13 @@ visibility = ['PUBLIC'], deps = INSTALL ) + +tar_file( + name = 'onos-test', + root = 'onos-test-%s' % ONOS_VERSION, + srcs = glob(['tools/test/**/*']) + [ + 'tools/dev/bash_profile', + 'tools/dev/bin/onos-app', + 'tools/build/envDefaults' + ], +) \ No newline at end of file