Sha256: 89783c4e9726b5821b46cd9a528aab506e2a6b6678a4b40b9f6941879b9848bc

Contents?: true

Size: 526 Bytes

Versions: 151

Compression:

Stored size: 526 Bytes

Contents

module Katello
  module Glue::Candlepin::Repository
    CANDLEPIN_DOCKER_TYPE = "containerimage".freeze
    CANDLEPIN_OSTREE_TYPE = "ostree".freeze

    def self.included(base)
      base.send :include, InstanceMethods
      # required for GPG key url generation
      base.send :include, Rails.application.routes.url_helpers
    end

    module InstanceMethods
      def content
        Katello::Content.find_by(:cp_content_id => self.content_id, :organization_id => self.product.organization_id)
      end
    end
  end
end

Version data entries

151 entries across 151 versions & 1 rubygems

Version Path
katello-4.16.0 app/models/katello/glue/candlepin/repository.rb
katello-4.15.1 app/models/katello/glue/candlepin/repository.rb
katello-4.16.0.rc2 app/models/katello/glue/candlepin/repository.rb
katello-4.16.0.rc1 app/models/katello/glue/candlepin/repository.rb
katello-4.14.3 app/models/katello/glue/candlepin/repository.rb
katello-4.14.2 app/models/katello/glue/candlepin/repository.rb
katello-4.15.0 app/models/katello/glue/candlepin/repository.rb
katello-4.15.0.rc2 app/models/katello/glue/candlepin/repository.rb
katello-4.15.0.rc1 app/models/katello/glue/candlepin/repository.rb
katello-4.14.1 app/models/katello/glue/candlepin/repository.rb
katello-4.14.0 app/models/katello/glue/candlepin/repository.rb
katello-4.14.0.rc3 app/models/katello/glue/candlepin/repository.rb
katello-4.14.0.rc2 app/models/katello/glue/candlepin/repository.rb
katello-4.14.0.rc1.1 app/models/katello/glue/candlepin/repository.rb
katello-4.14.0.rc1 app/models/katello/glue/candlepin/repository.rb
katello-4.13.1 app/models/katello/glue/candlepin/repository.rb
katello-4.13.0 app/models/katello/glue/candlepin/repository.rb
katello-4.12.1 app/models/katello/glue/candlepin/repository.rb
katello-4.13.0.rc1 app/models/katello/glue/candlepin/repository.rb
katello-4.12.0 app/models/katello/glue/candlepin/repository.rb