2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2026-09-24 16:54:04 +00:00

docs(genesis): record package transition gate

This commit is contained in:
Vinícius Ferrão
2026-08-21 09:35:39 -03:00
parent f8adc37a89
commit 57f0db1ed3
+6 -4
View File
@@ -53,7 +53,9 @@ The RPM builder skips its old per-EL Genesis build when a release is supplied.
The APT builder adds the DEB packages to every selected suite. Both consumers
verify package identities and checksums before collecting packages.
Without `--genesis-release`, both builders keep their existing behavior. This
allows the package publishing change to land before xcat-core starts depending
on the new architecture-specific package names. Generated images and packages
belong in release storage, not in Git.
Without `--genesis-release`, both builders keep their existing behavior. The
option remains opt-in until xcat-core uses the exact package names on every
platform. The current RPM naming already matches `x86_64`, but older mappings
still use `ppc64` for `ppc64le`, and the DEB packages use `amd64`. Those mappings
belong in a separate xcat-core change. Generated images and packages belong in
release storage, not in Git.