From 352c72d3d61e48695818898424c638317f9073b6 Mon Sep 17 00:00:00 2001 From: John Cater Date: Tue, 3 Jan 2017 17:04:12 +0000 Subject: 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 --- scripts/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/BUILD') 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( -- cgit v1.2.3