You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created bazel level option to control prefix duplication in tar creation.
The `rules_pkg` mainline has the behaviour where it doesn't allow prefix duplication where a subfolder name mimics the top level directory name. Since sometimes this directory structure is desired, a bazel level option was added to control the behaviour.
## Features
- Added the `allow_prefix_duplication` flag to tar creation to allow calls to pkg_tar in bazel to control the desired directory structure. This flag defaults to false to mimic the mainline behaviour.
Merge Pull Request #2.
0 commit comments