aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/youri.pp
Commit message (Collapse)AuthorAgeFilesLines
* Prefer x86_64 repo over to-be-dropped i586 for noarch pkgsJani Välimaa2024-04-101-2/+2
|
* add mga9 and infra_9 configsThomas Backlund2023-08-251-0/+12
|
* add mga 8 and infra_8 targetsThomas Backlund2021-02-241-0/+12
|
* genhdlist2: switch cauldron synthesis to zstd compressionThomas Backlund2020-01-081-0/+6
|
* youri: disable zchunk metadata on cauldron, it slows the bs _way_ too muchThomas Backlund2019-09-301-1/+1
|
* rename createrepo to createrepo_mga6 to match repo it runs againstThomas Backlund2019-06-281-1/+1
|
* re-add appstream metadata after each createrepo_* runThomas Backlund2019-06-281-0/+18
|
* add configs for mga7Thomas Backlund2019-06-281-0/+6
|
* update createrepo for cauldron and zchunk dictsThomas Backlund2019-06-281-0/+6
|
* Also use threaded xz for synthesisPascal Terjan2016-03-131-1/+1
|
* Add createrepo post for cauldronPascal Terjan2016-03-131-0/+6
|
* Use threaded xz for compressing xml-infoPascal Terjan2016-03-131-1/+1
|
* also revert youri upload_root changeThomas Backlund2015-10-201-2/+2
|
* revert youri changesThomas Backlund2015-10-201-7/+7
|
* 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.