rocky-release/README.md

17 lines
658 B
Markdown
Raw Normal View History

2021-04-15 18:05:49 +00:00
Release package - All PR's should be against original/rpms/rocky-release
2021-11-30 19:31:12 +00:00
## Notes for Packagers/Builders
This package produces both stable packages of `rocky-release`
(`rocky-release`, `rocky-repos`, `rocky-gpg-keys`) as well as `rocky-release-lookahead`
(all packages appended with `-lookahead`). By default, it only produces the
"stable" version of the packages.
When building the package, the `rllh` macro can define the behavior of the
build:
* If `rllh` is set to `0` or is undefined, the stable packages are built
* If `rllh` is set to a number higher than 0, the lookahead packages are built
The `rllh` macro may be versioned out for future use.