rocky-release/README.md

35 lines
1.4 KiB
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
2021-11-30 21:52:40 +00:00
This package produces multiple variants of `rocky-release`:
2021-11-30 19:31:12 +00:00
2021-11-30 21:52:40 +00:00
* Stable: `rocky-release`, `rocky-repos`, `rocky-gpg-keys`, etc
* LookAhead: All packages appended with `-lookahead`
* Beta: All packages appended with `-Beta`
2021-11-30 19:31:12 +00:00
2021-11-30 21:52:40 +00:00
* If `rllh` or `rlbeta` are set to a number higher than 0, those variants are built
* If `rllh` and `rlbeta` are set at the same time higher than 0, build will fail.
2021-11-30 19:31:12 +00:00
2021-11-30 21:52:40 +00:00
When `rllh` is set the minor version will typically be `y+1`. So if the current
stable is `X.0`, the next would be `X.1`.
For pre-releases/beta, both packages should produce `X.0` until changed in the spec.
2021-11-30 19:47:46 +00:00
2021-11-30 19:31:12 +00:00
The `rllh` macro may be versioned out for future use.
2021-11-30 19:40:42 +00:00
2021-11-30 19:47:46 +00:00
A `rllh_minor` macro may be introduced in the future.
2021-11-30 19:40:42 +00:00
### How does this benefit us?
It allows us to track future minor releases from Stream and see how it will
affect us going forward. When a minor release is being branched, the "lookahead"
files can just be copied and a new "stable" release is made in preparation. The
beta of each RHEL tends to stick around for a month before a release is done,
which makes it easier to make sure everything "stays in line" for the most part.
2021-11-30 19:47:46 +00:00
### What about after the five year mark?
LookAhead will no longer be produced as the major version will then me in
maintenance only mode.