Bug #11262
Repository update can clear GPG key URL from cloned repositories
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Associated revisions
History
#1
Updated by Eric Helms over 7 years ago
- Bugzilla link set to 1248449
#2
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5390 added
- Pull request deleted (
)
#3
Updated by Eric Helms over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|51b186415ce0fd3a7cbfbfb1d6db08f9ed824293.
Fixes #11262: Only update Candlepin content for library repositories
This prevents updating the Candlepin content for cloned repositories
to prevent certain attributes from being reset. For example, since
the cloned repositories may not have an associated gpg key url, a call
to update would set this value to nil in Candlepin and thus break GPG
key checks on signed packages for instances of the repository. This is
because library repositories and their clones are linked to the same content
object in Candlepin.