diff --git a/build_stage_repository b/build_stage_repository index 66ca844..86cf44c 100755 --- a/build_stage_repository +++ b/build_stage_repository @@ -58,6 +58,7 @@ def comps(collection, version, dist, foreman_version): name = 'foreman-plugins' elif collection == 'candlepin': repo = 'candlepin-packaging' + branch = version if version != 'nightly' else branch elif collection == 'pulpcore': repo = 'pulpcore-packaging' branch = 'develop' if version == 'nightly' else version diff --git a/releases/candlepin/settings b/releases/candlepin/settings index 6dddbf1..d215de2 100644 --- a/releases/candlepin/settings +++ b/releases/candlepin/settings @@ -2,4 +2,4 @@ PASS_NAME_GPG="theforeman/releases/candlepin/$VERSION-gpg" PASS_NAME_KEY="theforeman/releases/candlepin/$VERSION-key" SIGNER_NAME="Candlepin Automatic Signing Key" FOREMAN_VERSION='none' -OSES='el8' +OSES='el8 el9'