mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-12 04:26:25 +00:00
74fc191cfb5a37ab56e57992f7a6a6cbd1393b2f
Manifest version pins may now be an exact Version, a shell-style glob (* and ?), or `*`. version_matches() anchors the glob (quotemeta then *->.* , ?->.), so 2.* matches 2.18.x / 2.19.x but not 3.x or 20.x. Use it to pin xCAT-genesis-base=2.* on every target. genesis-base's Version is not owned by xcat-dep -- it is whatever xcat-core (XCAT_CORE_REF) the genesis build compiles against, so it walks with the paired core (2.18.x today, 2.19.x on master). An exact pin would fail the run whenever the dep is built against a different core; 2.* asserts "a 2.x genesis" without coupling the manifest to a single core release. xCAT-genesis-scripts Requires xCAT-genesis-base >= 2:2.18.0 (a minimum, Epoch 2), so any 2.x genesis-base installs against a 2.18+ core. 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%