plus3it / spel

STIG-Partitioned Enterprise Linux (spel)
Other
91 stars 61 forks source link

Update EL8 Builders to Pass In Customized RPM Manifest #630

Closed ferricoxide closed 10 months ago

ferricoxide commented 10 months ago

Expected behavior

Builders for EL8 should support the same "build from manifest-file" capability that the EL7 builders do

Actual behavior

EL8 builder defines the relevant variable (amigen8_package_groups), but does not support actually using it.

Suggestions for fix

Add capability to AMIgen8 (See references section), then add logic similar to the custom-manifest logic found in the EL7 builders.

Relevant references