commit | e7433b89484ae47b55f2bbae68c94cd9351be0f0 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@opennetworking.org> | Tue Jul 24 13:57:37 2018 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Wed Jul 25 12:01:39 2018 -0700 |
tree | 271e2e1f366e3fc52922744caf30af6567f4cb2f | |
parent | 7f46b1fe58eb6eab264ed79426d8e549be65304c [diff] [blame] |
Bazel packaging on onos.tar.gz is done sans sandboxing to allow injection of githash. Change-Id: I36f42988e6803a908a2ac9a5391aa0ca423b326d
diff --git a/BUILD b/BUILD index 273678f..b7da7fb 100644 --- a/BUILD +++ b/BUILD
@@ -46,6 +46,7 @@ outs = ["onos.tar.gz"], cmd = "$(location tools/package/onos_stage.py) $(location onos.tar.gz) %s $(location :onos-karaf) $(SRCS)" % ONOS_VERSION, output_to_bindir = True, + tags = ["local"], tools = ["tools/package/onos_stage.py"], )