aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
Commit message (Collapse)AuthorAgeFilesLines
* Fix duplicate namePascal Terjan2016-11-281-1/+2
|
* Fix syntaxPascal Terjan2016-11-281-1/+1
|
* Avoid rebuilding some old packagesPascal Terjan2016-10-142-0/+10
| | | | | | | | | | When a package gets built for mandatory arches but fails on non mandatory arches, src.rpm stays around (that should be fixed). When we cleanup old log files after 2 weeks, we often have the src.rpm staying around longer (it seems it's ctime gets changed) than the file saying it had already been built for mandatory architectures, so it gets built again then rejected. By removing rpms earlier than the logs, we avoid that problem.
* iurt config: increase eclipse and java timeoutNicolas Lécureuil2016-10-081-2/+2
|
* iurt config: increase eclipse timeoutNicolas Lécureuil2016-10-081-1/+1
|
* Increase timeout for cross-gccPascal Terjan2016-10-061-1/+1
|
* Add another slow packagePascal Terjan2016-06-211-0/+1
|
* Add a few slow packages to the listPascal Terjan2016-06-161-0/+3
|
* Increase timeout for atlasPascal Terjan2016-03-301-0/+1
|
* Increase timeout for openfoamPascal Terjan2016-03-301-1/+2
|
* 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
|
* Increase timeout for webkitPascal Terjan2016-03-101-1/+2
|
* fix iurt gnuradio changeThomas Backlund2016-02-071-2/+2
|
* Switch to Apache 2.4 auth config for repository vhostPascal Terjan2016-02-071-1/+2
|
* remove comment description for users handled in ldapOlivier Blin2016-02-076-6/+1
| | | | | | git/softwarekey/binrepo/iurt/maintdb/schedbot/signbot/mga-advisories/mgasoft/mirror puppet uses usermod which does not handle ldap.
* iurt: use a larger timeout for gnuradioOlivier Blin2016-02-031-0/+1
| | | | | | Default is not enough to pass tests on ARM. Reported-by: barjac
* iurt: Use a larger timeout for llvm (default is not enough on ARM)Olivier Blin2015-12-071-0/+1
|
* buildsystem: stop using include in DSL files to avoid error on Mageia 5topic/mageia5Olivier Blin2015-11-304-6/+3
| | | | | | 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
* iurt: Enlarge your timeout (x 2) on ARMOlivier Blin2015-11-301-1/+2
|
* iurt: Move build timeout config to puppet fileOlivier Blin2015-11-301-0/+10
|
* 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
|
* use consistent domain referencesThomas Backlund2015-10-204-5/+5
|
* lint fixes for buildsystemThomas Backlund2015-10-2023-429/+429
|
* unpack pci.ids and usb.ids from ldetect-lst in isolinux for hdtThomas Backlund2015-10-041-0/+10
|
* add uncommitted youri_submit.pp commitThomas Backlund2015-03-221-0/+1
|
* 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
|
* Make emi log also when called from ulriPascal Terjan2015-02-171-1/+1
|
* 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
* buildsystem: Switch the /root/release svn checkout to a git clone.Colin Guthrie2014-06-121-2/+2
|
* 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
|
* Switch the pkgsubmit website from an svn checkout to a git cloneColin Guthrie2013-08-202-5/+5
|
* Fix autobuild alias (used by youri-check Build test)Pascal Terjan2013-08-081-2/+2
|
* add ssl vhost for pkgsubmit.mageia.orgNicolas Vigier2013-07-251-1/+14
|
* Rename mga-common module to mga_common.Nicolas Vigier2013-06-194-8/+8
| | | | New puppet version doesn't like modules with a - in their name.
* buildsystem::distros: remove iurt_use_bootstrap optionNicolas Vigier2013-05-311-2/+0
| | | | This option is no longer needed with the no_mirror option.
* buildsystem::distros: add 'no_mirror' optionNicolas Vigier2013-05-311-0/+3
| | | | For distributions that are not mirrored (like infra_*).
* buildsystem: Add iurt_use_bootstrap option for distrosNicolas Vigier2013-05-301-0/+2
| | | | Option to select wether iurt should use bootstrap URL for medias.
* buildsystem: Add option 'no_media_cfg_update'Nicolas Vigier2013-05-292-2/+6
| | | | Option to disable generation of media.cfg for a distro.
* Fix medias order in media.cfgNicolas Vigier2013-05-291-1/+9
|
* buildsystem: media_types -> media_type (bug #10335)Nicolas Vigier2013-05-291-5/+5
|
* buildsystem::var::webstatus: add max_modified optionNicolas Vigier2013-05-231-0/+3
| | | | Add an option to select how much history should be displayed.