Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildsystem::var::distros: change $distros structure | Nicolas Vigier | 2013-05-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Create buildsystem::var::distros | Nicolas Vigier | 2013-05-23 | 1 | -7/+9 |
| | | | | | | | 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. | ||||
* | Make buildsystem::create_upload_dir a class instead of a define | Nicolas Vigier | 2013-05-23 | 1 | -7/+8 |
| | | | | | buildsystem::create_upload_dir is used only once, so it should be a class and not a define. | ||||
* | buildsystem::create_upload_dir: remove parameters | Nicolas Vigier | 2013-05-23 | 1 | -8/+10 |
| | | | | | Remove parameters for buildsystem::create_upload_dir. Instead access configuration variables directly. | ||||
* | buildsystem::create_upload_dir.rb: fix define name | Nicolas Vigier | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | Get config out of create_upload_dir.rb | Pascal Terjan | 2012-02-18 | 1 | -21/+2 |
| | |||||
* | Start making create_upload_dir more flexible | Pascal Terjan | 2012-02-18 | 1 | -17/+25 |
| | |||||
* | Rename infra_1 media and make it depend from the base media | Pascal Terjan | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | Fix first typo | Pascal Terjan | 2012-02-13 | 1 | -1/+1 |
| | |||||
* | First steps to create infra_1 distro | Pascal Terjan | 2012-02-13 | 1 | -0/+7 |
| | |||||
* | Create upload tree for 1 | Pascal Terjan | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | - change permissions on medias directories in done to 775 | Nicolas Vigier | 2011-02-08 | 1 | -6/+10 |
| | | | | | | - set group | ||||
* | also created the base directory ( found after seeing lots of error on my ↵ | Michael Scherer | 2011-02-02 | 1 | -0/+2 |
| | | | | puppet vm ) | ||||
* | - rename testing to updates-testing, as per ↵ | Michael Scherer | 2011-01-30 | 1 | -1/+1 |
| | | | | https://www.mageia.org/pipermail/mageia-dev/20101130/001540.html | ||||
* | - add missing directory ( produces error on submit ) | Michael Scherer | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | - create ~schedbot/uploads hierarchy using a ruby dsl module ( see | Michael Scherer | 2011-01-24 | 1 | -0/+23 |
http://projects.puppetlabs.com/projects/1/wiki/Ruby_Dsl ) |