Sha256: c9609e5f62ff7f09e8b9b53ed1f090d3492f2c96b71d7ff14f2c623c6c9ab4af

Contents?: true

Size: 444 Bytes

Versions: 153

Compression:

Stored size: 444 Bytes

Contents

module Actions
  module Pulp3
    module OrphanCleanup
      class RemoveUnneededRepos < Pulp3::AbstractAsyncTask
        def plan(smart_proxy)
          plan_self(:smart_proxy_id => smart_proxy.id)
        end

        def invoke_external_task
          smart_proxy_service = ::Katello::Pulp3::SmartProxyRepository.instance_for_type(smart_proxy)
          smart_proxy_service.delete_orphan_repositories
        end
      end
    end
  end
end

Version data entries

153 entries across 153 versions & 1 rubygems

Version Path
katello-4.16.0 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.15.1 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.16.0.rc2 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.16.0.rc1 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.14.3 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.14.2 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.15.0 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.15.0.rc2 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.15.0.rc1 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.14.1 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.14.0 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.14.0.rc3 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.14.0.rc2 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.14.0.rc1.1 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.14.0.rc1 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.13.1 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.13.0 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.12.1 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.13.0.rc1 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb
katello-4.12.0 app/lib/actions/pulp3/orphan_cleanup/remove_unneeded_repos.rb