/[adm]
ViewVC logotype

Revision 3135


Jump to revision: Previous Next
Author: boklm
Date: Thu May 23 15:05:23 2013 UTC (10 years, 11 months ago)
Changed paths: 4
Log Message:
buildsystem::var::distros: change $distros structure

The $distros variable is hash containing settings about the
distributions.

It was something like this :
$distro = {
      'cauldron' => {
         'arch' => [ 'i586', 'x86_64' ],
         'medias' => {
            'core' => [ 'release' ],
         },
         'base_medias' => [ 'core/release' ],
      },
}

It is now something like this :
$distro = {
      'cauldron' => {
         'arch' => [ 'i586', 'x86_64' ],
         'medias' => {
            'core' => {
               'repos' => {
                 'release' => {},
               },
            },
         },
         'base_medias' => [ 'core/release' ],
      },
}

This should allow setting more infos about each medias / repos, that can
be used in order to generate media.cfg config files.

Changed paths

Path Details
Directorypuppet/deployment/mga_buildsystem/manifests/config.pp modified , text changed
Directorypuppet/modules/buildsystem/manifests/create_upload_dir.rb modified , text changed
Directorypuppet/modules/buildsystem/manifests/var/distros.pp modified , text changed
Directorypuppet/modules/buildsystem/templates/iurt.conf modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.30