Sha256: 64cda565cb8f669842247dcff32c4809c9dc5a517e57265e38dea261866d86d3

Contents?: true

Size: 474 Bytes

Versions: 64

Compression:

Stored size: 474 Bytes

Contents

module Actions
  module Pulp
    module Orchestration
      module Repository
        class RefreshRepos < Pulp::AbstractAsyncTask
          include ::Actions::Katello::CapsuleContent::RefreshRepos

          def fetch_proxy_service(smart_proxy)
            ::Katello::Pulp::SmartProxyRepository.new(smart_proxy)
          end

          def act_on_repo?(repo, smart_proxy)
            !smart_proxy.pulp3_support?(repo)
          end
        end
      end
    end
  end
end

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
katello-4.7.6 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.7.5 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.7.4 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.7.3 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.7.2 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.7.1 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.6.2.1 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.6.2 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.7.0 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.6.1 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.7.0.rc2 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.7.0.rc1 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.4.2.2 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.4.2.1 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.4.2 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.5.1 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.6.0 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.6.0.rc2 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.6.0.rc1 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb
katello-4.5.0 app/lib/actions/pulp/orchestration/repository/refresh_repos.rb