Project

General

Profile

Download (238 Bytes) Statistics
| Branch: | Tag: | Revision:
namespace :katello do
task :delete_orphaned_content => ["environment"] do
User.current = User.anonymous_admin
Katello::Repository.delete_orphaned_content
puts _("Orphaned content deletion started in background.")
end
end
(4-4/17)