aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/youri.pp
Commit message (Collapse)AuthorAgeFilesLines
* variable enclosing fixesThomas Backlund2015-10-201-9/+9
|
* lint fixes for buildsystemThomas Backlund2015-10-201-282/+282
|
* unpack pci.ids and usb.ids from ldetect-lst in isolinux for hdtThomas Backlund2015-10-041-0/+10
|
* Switch to lzma -7 for xml files, we use 5.64% more space but save 52.81% of ↵Pascal Terjan2014-06-281-1/+1
| | | | cpu time
* Add a few more autorebuild rulesPascal Terjan2014-04-181-1/+10
|
* Add definition for dependencies actionsPascal Terjan2014-04-181-0/+9
|
* buildsystem: ensure more syslinux files are extracted to the treeColin Guthrie2013-11-021-1/+1
|
* Fix syntaxNicolas Vigier2013-09-291-4/+4
|
* Enable auto rebuild for a few packagesPascal Terjan2013-09-291-0/+11
|
* buildsystem: Change youri submit configurationNicolas Vigier2013-05-231-3/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The youri submit configuration has been changed. The following two template files : - youri/submit-todo.conf - youri/submit-upload.conf have been replaced by a common template file for youri submit-todo and youri submit-upload : - youri/submit.conf This new template file does not contain any specific configuration. Instead the youri configuration is now created using informations from the following hash variables : - the $youri_conf_default hash from buildsystem::var::youri, containing default configuration for the repository, the checks, actions and posts. - the $youri_conf parameter from buildsystem::var::youri, overriding infos from the default configuration defined in $youri_conf_default. - the distros specific configuration is defined in the $distros parameter from buildsystem::var::distros. All those variables contain configuration for both youri submit-todo and youri submit-upload. This change allows moving all Mageia specific configuration outside the buildsystem module to the class mga_buildsystem::config, while still keeping common configuration in the buildsystem module. The following checks definitions have also been removed from youri submit-todo configuration, because they are not used in the current configuration : - history - precedence - section - svn The 'version' check options for infra_1 and infra_2 have been moved from youri submit-upload to submit-todo configuration.
* Create buildsystem::var::youriNicolas Vigier2012-12-111-0/+13
The class buildsystem::var::youri has been created to set the youri configuration.