Sha256: 5b0a1141e6fc52cbe92a69cfc89179010e9a5689850c458174f2472a1ef03433

Contents?: true

Size: 333 Bytes

Versions: 29

Compression:

Stored size: 333 Bytes

Contents

module Actions
  module Pulp
    module Repository
      class RemoveDeb < Pulp::Repository::AbstractRemoveContent
        def content_extension
          pulp_extensions.deb
        end

        def criteria
          super.merge(fields: { :unit => ::Katello::Pulp::Deb::PULP_SELECT_FIELDS})
        end
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
katello-3.11.2 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.10.2 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.10.1.1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.10.1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.11.1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.11.0 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.11.0.rc2 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.11.0.rc1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.10.0 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.10.0.rc1.1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.9.1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.10.0.rc1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.9.0 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.8.1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.9.0.rc2 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.9.0.rc1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.7.1.1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.7.1 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.8.0 app/lib/actions/pulp/repository/remove_deb.rb
katello-3.8.0.rc3 app/lib/actions/pulp/repository/remove_deb.rb