Skip to content

Commit

Permalink
Add EL9 to Candlepin to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 12, 2024
1 parent 1c3dd58 commit 6c11392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build_stage_repository
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion releases/candlepin/settings
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6c11392

Please sign in to comment.