Sha256: 48bfdf22f13b1f8ec82e243598a568032e29698928afda9683145694bb83fcf6

Contents?: true

Size: 389 Bytes

Versions: 30

Compression:

Stored size: 389 Bytes

Contents

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

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

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
katello-3.15.3.1 app/services/katello/pulp/ostree_branch.rb
katello-3.15.3 app/services/katello/pulp/ostree_branch.rb
katello-3.15.2 app/services/katello/pulp/ostree_branch.rb
katello-3.15.1.1 app/services/katello/pulp/ostree_branch.rb
katello-3.15.1 app/services/katello/pulp/ostree_branch.rb
katello-3.15.0.1 app/services/katello/pulp/ostree_branch.rb
katello-3.15.0 app/services/katello/pulp/ostree_branch.rb
katello-3.15.0.rc2 app/services/katello/pulp/ostree_branch.rb
katello-3.15.0.rc1.3 app/services/katello/pulp/ostree_branch.rb
katello-3.15.0.rc1.2 app/services/katello/pulp/ostree_branch.rb
katello-3.15.0.rc1.1 app/services/katello/pulp/ostree_branch.rb
katello-3.15.0.rc1 app/services/katello/pulp/ostree_branch.rb
katello-3.14.1 app/services/katello/pulp/ostree_branch.rb
katello-3.13.4 app/services/katello/pulp/ostree_branch.rb
katello-3.14.0 app/services/katello/pulp/ostree_branch.rb
katello-3.13.3 app/services/katello/pulp/ostree_branch.rb
katello-3.14.0.rc2 app/services/katello/pulp/ostree_branch.rb
katello-3.13.2 app/services/katello/pulp/ostree_branch.rb
katello-3.14.0.rc1 app/services/katello/pulp/ostree_branch.rb
katello-3.13.1 app/services/katello/pulp/ostree_branch.rb