Sha256: 9807431c134995d5e7db0df97c3f027814c75b396b0f289cb0ea4516b107ba1c

Contents?: true

Size: 230 Bytes

Versions: 68

Compression:

Stored size: 230 Bytes

Contents

module Actions
  module Pulp
    module Repository
      class CopyOstreeBranch < Pulp::Repository::AbstractCopyContent
        def content_extension
          pulp_extensions.ostree_branch
        end
      end
    end
  end
end

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
katello-3.0.1 app/lib/actions/pulp/repository/copy_ostree_branch.rb
katello-3.0.0 app/lib/actions/pulp/repository/copy_ostree_branch.rb
katello-3.0.0.rc7 app/lib/actions/pulp/repository/copy_ostree_branch.rb
katello-3.0.0.rc5 app/lib/actions/pulp/repository/copy_ostree_branch.rb
katello-3.0.0.rc4 app/lib/actions/pulp/repository/copy_ostree_branch.rb
katello-3.0.0.rc3 app/lib/actions/pulp/repository/copy_ostree_branch.rb
katello-3.0.0.rc2 app/lib/actions/pulp/repository/copy_ostree_branch.rb
katello-3.0.0.rc1 app/lib/actions/pulp/repository/copy_ostree_branch.rb