mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-12 04:26:25 +00:00
441f13c034
Follow-up to the @viniciusferrao review of the EL matrix build: - Rewrite the stale run_build_steps_parallel comment that still described the removed 'tolerate genesis failure' workaround; the code is strict zero-tolerance (xcat-core #7696 made buildrpms.pl exit 0 iff it built the genesis rpm), so the comment now matches. - sh_quote the operator-supplied --gpg-key-name at every rpmsign/gpg site (was interpolated raw into the shell). - Derive assert_required_deps' required set from the target's packages-manifest.conf section (the single source of truth) instead of a second hard-coded list that could drift. - Move bump_dep_release_suffix into MockBuildUtils (pure, arg-driven) and add a File::Temp fixture test (stamp, xcat-core prune, no-Release skip, idempotency) -- the paths the review asked to cover. Its temp file now carries hostname+pid so the two arch build hosts can't collide on the shared NFS tree. prove t/mockbuild-all.t: 50/50. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>