aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-07-28 08:19:32 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-07-29 15:58:35 +0000
commitab13f687b3c90ab549d964af7a837b49f2fc9996 (patch)
treed03cdebf0571af7ea929a2ecac59f099ffbd615c /src
parent81af4c5f31cd0124013a4feb77df68f07bf65261 (diff)
Create a binary packager for Bazel
This packager can be called by the release scripts to generate a self-extractable bash installer for Bazel. This script was tested by hand as extra arguments can be specified to change the default install of Bazel (default is system-wide and with the argument you can make a user install). This will be the only packager for now since GitHub is offering the possibility to download the source tree as a ZIP. Hopefully, before the end of the year we could build some more package kind. -- Change-Id: I1a2d0cd39b9e4adcaf6c984ec4c855a04213b61a Reviewed-on: https://bazel-review.googlesource.com/1581 MOS_MIGRATED_REVID=99258828
Diffstat (limited to 'src')
-rw-r--r--src/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BUILD b/src/BUILD
index ab3a8cdd87..c3623c3ff8 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -97,6 +97,7 @@ genrule(
output_to_bindir = 1,
visibility = [
"//scripts:__pkg__", # For bash completion generation
+ "//scripts/packages:__pkg__", # For installer generation
"//src/test:__subpackages__", # For integration tests
],
)