diff --git a/theforeman.org/pipelines/vars/pulpcore/3.39.groovy b/theforeman.org/pipelines/vars/pulpcore/3.39.groovy new file mode 100644 index 00000000..e8614c41 --- /dev/null +++ b/theforeman.org/pipelines/vars/pulpcore/3.39.groovy @@ -0,0 +1,10 @@ +def pulpcore_version = '3.39' +def pulpcore_distros = ['el8', 'el9'] +def packaging_branch = 'rpm/3.39' +def pipelines = [ + 'pulpcore': [ + 'centos8-stream', + 'centos9-stream' + ] +] +def stage_source = 'stagingyum' diff --git a/theforeman.org/yaml/includes/pulpcore_versions_copr.yaml.inc b/theforeman.org/yaml/includes/pulpcore_versions_copr.yaml.inc index 68f24a22..dfc1cc12 100644 --- a/theforeman.org/yaml/includes/pulpcore_versions_copr.yaml.inc +++ b/theforeman.org/yaml/includes/pulpcore_versions_copr.yaml.inc @@ -1 +1,2 @@ - 'nightly' +- '3.39'