aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/distros.pp
Commit message (Collapse)AuthorAgeFilesLines
* buildsystem: use common iurt config file for all distrosNicolas Vigier2013-05-231-0/+2
| | | | | | | | | | | All distributions now use the same template file for their iurt configuration file. The 'base_media' value has been added in the distributions configuration in buildsystem::var::distros to allow setting in iurt configuration the base_media that will be used to generate chroots. The iurt configuration now also contains all the medias in 'all_media', instead of only the 'release' medias previously.
* buildsystem::var::distros: add parameters descriptionNicolas Vigier2013-05-231-0/+5
|
* Create buildsystem::var::distrosNicolas Vigier2013-05-231-0/+3
buildsystem::var::distros will be used to store the list of distributions and their configuration, medias, etc ... The list of distributions and medias has been removed from buildsystem::mgarepo and moved to mga_buildsystem::config.