Skip to content

Refactor RPM variables/arguments

Major Hayden requested to merge refactor-rpm-args into master

This MR simplifies some pipeline branching:

  • Renames RPMBUILD_ARGS to RPMBUILD_ARCH_ARGS to make it clear that they are architecture-specific
  • Renames RPMBUILD_EXTRA_ARGS to RPMBUILD_ARGS
  • Creates the BUILD_KABI_WHITELIST variable to determine when the noarch kabi whitelist RPM must be built
  • Adds RPMBUILD_TREE_ARGS to allow tree YAML to inject additional variables depending on the tree under test

Merge request reports