mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-12 04:26:25 +00:00
cbb9f4ebfac6b965a7fc6a95c93c74536e8e6836
PR #62 review #2: finalize_xcat_dep() discovered OS dirs by grepping for an x86_64 subdir under the x86_64 repo, so a ppc64le-only <os> (an rh<N> that built for ppc but has no x86_64 sibling) was never iterated -- finalize never cross-populated that cell's x86_64 genesis and still exited 0. Discover the union of <os> dirs from both arch repos and require both arch peers for every one, so an x86_64-only AND a ppc64le-only cell both die with a named error instead of passing unnoticed. Add a symmetric fixture for the ppc64le-only case (mirrors the existing x86_64-only peer test). Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>
Description
No description provided
Languages
C
89%
Perl
6.7%
Assembly
1.4%
JavaScript
0.8%
Makefile
0.6%
Other
1.4%