This commit is contained in:
nazunalika 2021-11-30 12:40:42 -07:00
parent 49f0f7152e
commit 4a50b386f9
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 8 additions and 0 deletions

View File

@ -14,3 +14,11 @@ build:
* 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.
### 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.