Sha256: 86c03704c4ba44d4396d0b5390a4119834273a23e9330e89d2512b5480686107
Contents?: true
Size: 317 Bytes
Versions: 77
Compression:
Stored size: 317 Bytes
Contents
module Actions module Pulp module Repository class CopyRpm < Pulp::Repository::AbstractCopyContent def content_extension pulp_extensions.rpm end def criteria super.merge(fields: ::Katello::Pulp::Rpm::PULP_SELECT_FIELDS) end end end end end
Version data entries
77 entries across 77 versions & 1 rubygems