Sha256: 856b87340466843e5b55d4bc0d380d66ea208b6c1726f403d3c8ca9e08191fc9

Contents?: true

Size: 1.16 KB

Versions: 5

Compression:

Stored size: 1.16 KB

Contents

#
# repo.rb
#
# Copyright (C) 2008,2009 Red Hat, Inc.
# Written by Darryl L. Pierce <dpierce@redhat.com>
# Extended 2012 by duritong <peter.meier@immerda.ch>
#
# This file is part of rubygem-cobbler.
#
# rubygem-cobbler is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 2.1 of the License, or
# (at your option) any later version.
#
# rubygem-cobbler is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with rubygem-cobbler.  If not, see <http://www.gnu.org/licenses/>.

# +Repo+ represents a single repository within Cobbler.
#
module Cobbler
    class Repo < Base
        cobbler_fields :name, :arch, :breed, :comment, :keep_updated, :mirror,
        :parent, :rpm_list, :createrepo_flags, :environment, :mirror_locally, :priority,
        :yumopts
        
        cobbler_collection :owners
    end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
cobbler-2.0.3 lib/cobbler/repo.rb
cobbler-2.0.2 lib/cobbler/repo.rb
cobbler-2.0.1 lib/cobbler/repo.rb
gapinc-cobbler-2.0.0 lib/cobbler/repo.rb
cobbler-2.0.0 lib/cobbler/repo.rb