vaticle / bazel-distribution

Bazel rules for assembling and deploying software distributions (see @vaticle for usage example)
https://bazel.build
Apache License 2.0
155 stars 53 forks source link

targz_edit: modify contents of targz #392

Closed dmitrii-ubskii closed 8 months ago

dmitrii-ubskii commented 8 months ago

What is the goal of this PR?

We introduce targz_edit(), a rule that allows us to modify a targz. Currently, this rule only supports the strip_components argument.

vaticle-bot commented 8 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture