aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/pkg/README.md
diff options
context:
space:
mode:
authorGravatar Michal Rydlo <michal.rydlo@gmail.com>2016-08-26 12:30:30 +0000
committerGravatar John Cater <jcater@google.com>2016-08-26 18:42:11 +0000
commit3330528d760db4eb45b91f0777536414904be97f (patch)
treebb0654470c86686c3db3e8c0b0ab6a157bb00f6b /tools/build_defs/pkg/README.md
parent629af535457c77ce984c90c98b49c5835ac0c75c (diff)
Add conffiles support to pkg_deb
pkg_deb can have either conffiles or conffiles_file parameter that propagates the list of conffiles into the deb archive. Also the tests in //tools/build_defs/pkg were fixed to run against the rules from the source tree and not from the bazel distribtution. -- Change-Id: I61c447feef16511acbb0078d91954dcd7d3375f4 Reviewed-on: https://bazel-review.googlesource.com/#/c/5610 MOS_MIGRATED_REVID=131391925
Diffstat (limited to 'tools/build_defs/pkg/README.md')
-rw-r--r--tools/build_defs/pkg/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/build_defs/pkg/README.md b/tools/build_defs/pkg/README.md
index 4e6b8a600b..47f6ffa1ac 100644
--- a/tools/build_defs/pkg/README.md
+++ b/tools/build_defs/pkg/README.md
@@ -296,6 +296,21 @@ for more details on this.
</p>
<p>
See <a href="http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html">http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html</a>.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td><code>conffiles</code>, <code>conffiles_file</code></td>
+ <td>
+ <code>String list or File, optional</code>
+ <p>
+ The list of conffiles or a file containing one conffile per
+ line. Each item is an absolute path on the target system
+ where the deb is installed.
+ </p>
+ <p>
+ See <a href="https://www.debian.org/doc/manuals/debian-faq/ch-pkg_basics.en.html#s-conffile">https://www.debian.org/doc/manuals/debian-faq/ch-pkg_basics.en.html#s-conffile</a>.
+ </p>
</td>
</tr>
<tr>