bazelbuild / bazelbuild/rules_pkg
pkg_rpm should use the JSON manifest system
Open
P3
rpm
- Dominant language
- Starlark
- Stars
- 253
- Forks
- 221
- Avg merge
- 10h 33m
- Merged PRs (30d)
- 1
Description
pkg_rpm was the prototype for using pkg_filegroups for inputs. Other packaging rules have moved on to a common JSON-style manifest, but pkg_rpm still uses its own processing loop.
We should be able to use the same manifest everywhere, but `pkg_rpm` cannot use it until we resolve #385.
Contributor guide
Assessment
This issue has not been assessed yet.