Sha256: a69503531121eb08fb0df3ebbd5d84f2f2ebc94e0a1347e758a3220d3685df77
Contents?: true
Size: 362 Bytes
Versions: 24
Compression:
Stored size: 362 Bytes
Contents
module Actions module Pulp module Repository class CopySrpm < Pulp::Repository::AbstractCopyContent def content_extension pulp_extensions.srpm end def criteria #Use the same RPM select fields super.merge(fields: ::Katello::Pulp::Srpm::PULP_SELECT_FIELDS) end end end end end
Version data entries
24 entries across 24 versions & 1 rubygems