aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar John Cater <jcater@google.com>2017-01-30 17:49:26 +0000
committerGravatar Yun Peng <pcloudy@google.com>2017-01-31 08:59:09 +0000
commitb0308d44cba553a2cfd61a7d679a32ad078afe6f (patch)
tree282f9f5cc5c276e3c7cbf9c04f692a83ba8fd3f1 /BUILD
parentb7e7ea4da27f989f7670d6087a25f14312ac2dd7 (diff)
Move debian package building into its own package.
As more package options are added, it's confusing that the debian package is generated in scripts/package/BUILD, but scripts/package/debian/ contains the related files (and isn't itself a Bazel package). This change makes the file locations more predictable, and also makes it easier to see what is happening in scripts/packages. -- Change-Id: Id8c445fc164a1a4aa09c52559a5143578cfdea88 Reviewed-on: https://cr.bazel.build/8510 PiperOrigin-RevId: 146003934 MOS_MIGRATED_REVID=146003934
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index b0fe401970..d87c426ba7 100644
--- a/BUILD
+++ b/BUILD
@@ -23,7 +23,7 @@ filegroup(
name = "changelog-file",
srcs = [":CHANGELOG.md"],
visibility = [
- "//scripts/packages:__pkg__",
+ "//scripts/packages:__subpackages__",
],
)