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