Generate a YAML job file for building and testing an RPM package across AlmaLinux 8/9/10
Generate a YAML job file for alma-ctl that builds and tests an RPM package across AlmaLinux 8, 9, and 10.
$0 — Path to the source repository (relative to the alma project root, e.g. ../vagrant-libvirt/)$1 — (optional) Branch prefix. Defaults to el. Branches will be {prefix}8, {prefix}9, {prefix}10First, inspect the source repository to understand the package:
.spec file to get the package name, version, build dependencies, and source filesgit branch -aGenerate a YAML job file at jobs/build-<package-name>.yaml with the following structure: