Skip to content

Ensure skip_createrepo is obeyed

Major Hayden requested to merge obey-skip-createrepo into master

The $skip_createrepo variable is currently overwritten by the arch-specific job definitions, such as createrepo_x86_64. Providing skip_createrepo to the pipeline has no effect.

Create a specific createrepo_condition much like the existing build_condition and apply it to all of the createrepo jobs.

Signed-off-by: Major Hayden major@redhat.com

Merge request reports