Actions
Bug #38440
openDo not delete candlepin content when deleting a rolling repo clone of a structured apt deb repository
Description
When a rolling repo clone is created from a deb type library instance repo that uses structured apt mode, the same candlepin content is shared between both repos.
This makes sense, since by definition a rolling repo clone must contain the identical content as the library instance.
The workflow that deletes a rolling content view, will delete any rolling repo clones still in the content view. However, for deb repos using structured apt, it will also delete the candlepin content even though it is shared with the library instance repo, thus breaking the library instance repo.
This bug has existed since we first added rolling content views to katello 4.17.0.
Actions