aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/distros.rb
Commit message (Collapse)AuthorAgeFilesLines
* buildsystem: stop using include in DSL files to avoid error on Mageia 5topic/mageia5Olivier Blin2015-11-301-4/+0
| | | | | | include is not support from DSL files in puppet 3.6 Note: DSL support is deprecated in 3.x and completely removed in 4.x
* lint fixes for buildsystemThomas Backlund2015-10-201-80/+80
|
* Really give media directories to schedbot to allow extracting release notes ↵Pascal Terjan2015-02-271-2/+2
| | | | (mga#15295)
* Give media directories to schedbot to allow extracting release notes (mga#15295)Pascal Terjan2015-02-181-2/+2
|
* buildsystem: Add option 'no_media_cfg_update'Nicolas Vigier2013-05-291-2/+4
| | | | Option to disable generation of media.cfg for a distro.
* buildsystem::distros: create media_info dir for each repoNicolas Vigier2013-05-231-0/+6
|
* buildsystem: make media_info dir owned by schedbotNicolas Vigier2013-05-231-1/+1
| | | | | schedbot user needs write access to the media_info directory when youri runs genhdlist2, to update MD5SUM files.
* buildsystem::var::distros: add tmpl_media.cfgNicolas Vigier2013-05-231-2/+8
| | | | | | | It is now possible to specify a different template file for media.cfg for each distribution, using the 'tmpl_media.cfg' option in the distros variable from buildsystem::Var::distros. If the option is not set, the default template (buildsystem/media.cfg) is used.
* buildsystem::distros: create SRPMS directoryNicolas Vigier2013-05-231-0/+14
| | | | Create SRPMS directories for medias.
* buildsystem: add option to base a distribution on an otherNicolas Vigier2013-05-231-0/+20
| | | | | | | | | It is now possible to add the option 'based_on' to a distribution defined in buildystem::var::distros. This is useful for distributions like infra_1 or infra_2 which provide a new repository for an existing distribution. When repositories from an other distribution are defined in 'based_on', the repositories are linked with a symbolic link, and defined in media.cfg.
* buildsystem: use common media.cfg template for all distrosNicolas Vigier2013-05-231-0/+7
| | | | | | | The media.cfg file is now generated for all distributions now (it was only done for cauldron before). The media.cfg file is generated using the infos about the distributions and medias from the $distro parameter in buildsystem::var::distros.
* Add buildsystem::distrosNicolas Vigier2013-05-231-0/+40
Create distributions trees.