aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/BUILD
diff options
context:
space:
mode:
authorGravatar John Cater <jcater@google.com>2017-01-03 17:04:12 +0000
committerGravatar John Cater <jcater@google.com>2017-01-03 20:47:25 +0000
commit352c72d3d61e48695818898424c638317f9073b6 (patch)
tree37e74844d776ba7074115c4591477f6c3dd45eb4 /scripts/BUILD
parent59d2a6a8cdfcae1935a9e91ec329a6ff68fa7d5b (diff)
Add script and genrule to build RPM package.
This only builds a development package, further work (and probably a full pkg_rpm rule) will be needed to make a releasable RPM. Closes #2276. -- Change-Id: If307c6143334957a127c7c2fe897009a08e88d5c Reviewed-on: https://github.com/bazelbuild/bazel/pull/2276 PiperOrigin-RevId: 143450212 MOS_MIGRATED_REVID=143450212
Diffstat (limited to 'scripts/BUILD')
-rw-r--r--scripts/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/BUILD b/scripts/BUILD
index 106e4a3453..decf702cfc 100644
--- a/scripts/BUILD
+++ b/scripts/BUILD
@@ -20,7 +20,7 @@ genrule(
"//src:bazel",
"//tools/defaults:jdk",
],
- visibility = ["//scripts/packages:__pkg__"],
+ visibility = ["//scripts/packages:__subpackages__"],
)
sh_test(