Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce differences between repo and release archive; add experimental…
…/ tree The release packages currently do not share the same file structure as the git source tree, causing confusion when one switches from the git repository structure to the archive structure. Unfortunately, this doesn't really work with rules_pkg right now due to bazelbuild/bazel#10062. Further, the `experimental/` tree containing `pkgfilegroup` was missing from the 0.2.5 release archive. It will be present in future releases (in `pkg/experimental/`). Additional changes in the future will involve changing the entire structure of rules_pkg to match existing best practices (#111). Given that this is somewhat invasive change, this one is made for now to favor consistency with that currently exists. Testing was done by building the archive, extracting its contents, and performing a diff (`//distro:rules_pkg-0.2.5`), further confirming that `pkgfilegroup` was available with a custom project importing rules_pkg. Fixes #104.
- Loading branch information