aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* buildsystem::distros: add 'no_mirror' optionNicolas Vigier2013-05-312-0/+8
| | | | For distributions that are not mirrored (like infra_*).
* Fix base_media for infra_1 and infra_2Nicolas Vigier2013-05-301-2/+2
| | | | (thanks to pterjan for finding the problem)
* lists: add discuss list to users topicNicolas Vigier2013-05-301-0/+1
|
* mga_buildsystem: enable 'iurt_use_bootstrap' for infra_1 and infra_2Nicolas Vigier2013-05-301-0/+2
|
* buildsystem: Add iurt_use_bootstrap option for distrosNicolas Vigier2013-05-302-0/+6
| | | | Option to select wether iurt should use bootstrap URL for medias.
* Fix typo thank you boklmNicolas Lécureuil2013-05-301-1/+1
|
* lists: fix sysadmin-discuss reply_toNicolas Vigier2013-05-301-4/+4
|
* Add discuss-fr Mailing listNicolas Lécureuil2013-05-301-0/+8
|
* Add a topic for users ML ( discuss-fr )Nicolas Lécureuil2013-05-301-0/+3
|
* buildsystem/templates/media.cfg: hdlists -> hdlistNicolas Vigier2013-05-301-5/+5
|
* lock down mga3 media.cfg tooThomas Backlund2013-05-301-0/+1
|
* Disable media.cfg generation for Mageia 1 & 2Nicolas Vigier2013-05-291-0/+2
|
* 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-293-12/+30
|
* media.cfg: add both media_type and media_typesNicolas Vigier2013-05-291-0/+5
| | | | | | Temporary fix, while we have two versions of urpmi using different values : https://bugs.mageia.org/show_bug.cgi?id=10335#c8
* buildsystem: media_types -> media_type (bug #10335)Nicolas Vigier2013-05-293-27/+27
|
* sympa: add reply_to on public_restricted listsNicolas Vigier2013-05-291-0/+1
|
* buildsystem/media.cfg: enable i586 mediasNicolas Vigier2013-05-251-1/+1
|
* mga_buildsystem: add $mga3_rpmlintNicolas Vigier2013-05-231-2/+41
|
* mga_buildsystem: add $mga2_rpmlint resultsNicolas Vigier2013-05-231-0/+27
|
* mga_buildsystem: add Mageia 3Nicolas Vigier2013-05-231-0/+26
|
* mga_buildsystem: unfreeze cauldronNicolas Vigier2013-05-231-2/+2
|
* mga_buildsystem: set cauldron version to 4Nicolas Vigier2013-05-231-1/+1
|
* mga_buildsystem::config::repo_allow_from: allow both ipv4 and ipv6Nicolas Vigier2013-05-231-1/+5
|
* mga_buildsystem::config: use $::nodes_ipaddr variableNicolas Vigier2013-05-231-4/+4
|
* mga_buildsystem::config: fix build_src_nodeNicolas Vigier2013-05-231-1/+1
|
* postfix: don't add nail packageNicolas Vigier2013-05-231-1/+1
| | | | (to remove duplicate definitions)
* sshkeys: fix syntaxNicolas Vigier2013-05-231-1/+1
|
* buildsystem/media.cfg: don't add non-existend mediasNicolas Vigier2013-05-231-1/+1
| | | | | Don't add i586 medias on x86_64 in media.cfg, if the distro does not have i586 medias.
* viewvc: include apache::mod::fastcgiNicolas Vigier2013-05-231-0/+1
|
* Add viewvc::var class for viewvc optionsNicolas Vigier2013-05-232-3/+13
| | | | | Add options in viewvc::var to be able to change the vhost used by viewvc, and the template file used for /etc/viewvc/viewvc.conf.
* buildsystem::var::webstatus: add max_modified optionNicolas Vigier2013-05-232-1/+4
| | | | Add an option to select how much history should be displayed.
* buildsystem: add option to select age of cleaned logsNicolas Vigier2013-05-232-5/+13
|
* buildsystem: move uploads dir tidy to scheduler.ppNicolas Vigier2013-05-232-7/+6
| | | | | Move tidying of uploads directory from mgarepo.pp to scheduler.pp as it is related to scheduler and not mgarepo.
* buildsystem::distros: create media_info dir for each repoNicolas Vigier2013-05-231-0/+6
|
* apache: add option to select default redirect URLNicolas Vigier2013-05-232-2/+13
| | | | | Add an option to change the URL to redirect to in case of unknown vhost. If the option is not provided, a 404 error is returned.
* buildsystem: add themes alias in webstatus vhost configNicolas Vigier2013-05-231-1/+2
| | | | Add alias for themes directory in webstatus vhost config.
* buildsystem::webstatus: include apache::mod::phpNicolas Vigier2013-05-231-0/+1
| | | | webstatus uses php, so we need to include apache mod_php.
* buildsystem: create config file for webstatusNicolas Vigier2013-05-234-1/+56
| | | | | Create /etc/bs-webstatus.conf config file using new parameters from buildsystem::var::webstatus.
* buildsystem::var::webstatus: add commentsNicolas 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/iurt.conf: add vendor and distributionNicolas Vigier2013-05-231-0/+2
|
* buildsystem/Mageia.pm: remove warningNicolas Vigier2013-05-231-1/+1
| | | | Remove warning about deprecated method.
* buildsystem/upload.conf: add arch and mandatory_archNicolas Vigier2013-05-231-0/+25
| | | | | | | | Add arch and mandatory_arch settings in iurt/upload.conf template. The arch setting is used by ulri to know the list of architectures for which the packages need to be built. The mandatory_arch setting is used by emi to know the list of architectures for which a package needs to be built successfully before it can be installed in the repository.
* buildsystem: fix packagers group in sudoers.youriNicolas Vigier2013-05-231-1/+1
| | | | | Remove hardcoded packagers group in templates/sudoers.youri. Use variable buildsystem::var::groups::packagers.
* buildsystem::binrepo: install nail packageNicolas Vigier2013-05-231-0/+5
| | | | | The upload-bin script for binrepo use the mailx command provided by the nail package.
* buildsystem::var::distros: add tmpl_media.cfgNicolas Vigier2013-05-232-2/+11
| | | | | | | 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::repository: add includeNicolas Vigier2013-05-231-0/+1
|
* buildsystem::repository: create bootstrap_reporootNicolas Vigier2013-05-231-1/+2
|
* buildsystem::mgarepo: fix path to default.chlogNicolas Vigier2013-05-231-1/+1
| | | | | Fix path to default.chlog template file in mgarepo.conf. Use the /usr/share/mgarepo directory instead of /usr/share/repsys.