Sha256: 797f4d3b9b75a3e7f6a3d879e7585095e75276408941ed681e18560b8eeb5e11

Contents?: true

Size: 378 Bytes

Versions: 65

Compression:

Stored size: 378 Bytes

Contents

module Katello
  module Pulp
    class OstreeBranch < PulpContentUnit
      CONTENT_TYPE = "ostree".freeze

      def update_model(model)
        model.update(:name => backend_data[:branch],
                          :version => backend_data[:metadata][:version],
                          :commit => backend_data[:commit]
                         )
      end
    end
  end
end

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
katello-4.2.2 app/services/katello/pulp/ostree_branch.rb
katello-4.3.0.rc1 app/services/katello/pulp/ostree_branch.rb
katello-4.2.1 app/services/katello/pulp/ostree_branch.rb
katello-4.2.0.1 app/services/katello/pulp/ostree_branch.rb
katello-4.1.4 app/services/katello/pulp/ostree_branch.rb
katello-4.0.3 app/services/katello/pulp/ostree_branch.rb
katello-4.2.0.1.rc3 app/services/katello/pulp/ostree_branch.rb
katello-3.18.5 app/services/katello/pulp/ostree_branch.rb
katello-4.2.0.1.rc2 app/services/katello/pulp/ostree_branch.rb
katello-4.2.0.rc2 app/services/katello/pulp/ostree_branch.rb
katello-4.1.3 app/services/katello/pulp/ostree_branch.rb
katello-4.2.0.rc1 app/services/katello/pulp/ostree_branch.rb
katello-4.0.2.1 app/services/katello/pulp/ostree_branch.rb
katello-4.1.2.1 app/services/katello/pulp/ostree_branch.rb
katello-4.0.2 app/services/katello/pulp/ostree_branch.rb
katello-4.1.2 app/services/katello/pulp/ostree_branch.rb
katello-3.18.4 app/services/katello/pulp/ostree_branch.rb
katello-4.1.1 app/services/katello/pulp/ostree_branch.rb
katello-4.1.0 app/services/katello/pulp/ostree_branch.rb
katello-4.0.1.2 app/services/katello/pulp/ostree_branch.rb