Project

General

Profile

« Previous | Next » 

Revision 40e52c7b

Added by Ivan Necas about 10 years ago

Finish repo deletion orchestration

View differences:

app/lib/actions/katello/repository/destroy.rb
def plan(repository)
action_subject(repository)
plan_action(Pulp::Repository::Destroy, pulp_id: repository.pulp_id)
plan_action(Product::ContentDestroy, repository)
repository.destroy
end

Also available in: Unified diff