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-3.18.3.1 app/services/katello/pulp/ostree_branch.rb
katello-4.1.0.rc2.2 app/services/katello/pulp/ostree_branch.rb
katello-4.1.0.rc2.1 app/services/katello/pulp/ostree_branch.rb
katello-4.0.1.1 app/services/katello/pulp/ostree_branch.rb
katello-3.18.3 app/services/katello/pulp/ostree_branch.rb
katello-4.1.0.rc2 app/services/katello/pulp/ostree_branch.rb
katello-4.0.1 app/services/katello/pulp/ostree_branch.rb
katello-4.1.0.rc1.1 app/services/katello/pulp/ostree_branch.rb
katello-4.1.0.rc1 app/services/katello/pulp/ostree_branch.rb
katello-4.0.0 app/services/katello/pulp/ostree_branch.rb
katello-4.0.0.rc3.1 app/services/katello/pulp/ostree_branch.rb
katello-4.0.0.rc3 app/services/katello/pulp/ostree_branch.rb
katello-3.18.2.1 app/services/katello/pulp/ostree_branch.rb
katello-3.18.2 app/services/katello/pulp/ostree_branch.rb
katello-3.17.3 app/services/katello/pulp/ostree_branch.rb
katello-4.0.0.rc2 app/services/katello/pulp/ostree_branch.rb
katello-3.18.1.1 app/services/katello/pulp/ostree_branch.rb
katello-3.17.2 app/services/katello/pulp/ostree_branch.rb
katello-4.0.0.rc1 app/services/katello/pulp/ostree_branch.rb
katello-3.18.1 app/services/katello/pulp/ostree_branch.rb