Sha256: 6618bbcfcd69870a7da328c2ffbed3d171cc6c10e2f1c7423c954cf142bf4a68

Contents?: true

Size: 522 Bytes

Versions: 123

Compression:

Stored size: 522 Bytes

Contents

module Actions
  module Pulp
    module Orchestration
      module Repository
        class CopyAllUnits < Pulp::Abstract
          def plan(target_repo, smart_proxy, source_repos, options = {})
            source_repos.each do |source_repo|
              plan_action(Pulp::Repository::CopyAllUnits,
                          target_repo,
                          smart_proxy,
                          source_repo,
                          options)
            end
          end
        end
      end
    end
  end
end

Version data entries

123 entries across 123 versions & 1 rubygems

Version Path
katello-3.13.0.rc2.1 app/lib/actions/pulp/orchestration/repository/copy_all_units.rb
katello-3.13.0.rc2 app/lib/actions/pulp/orchestration/repository/copy_all_units.rb
katello-3.13.0.rc1 app/lib/actions/pulp/orchestration/repository/copy_all_units.rb