aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
Commit message (Collapse)AuthorAgeFilesLines
...
* buildsystem: move groups definitions to var::groupsNicolas Vigier2013-05-227-11/+13
| | | | | | Create buildsystem::var::groups to configure packagers and packagers_committers groups, and remove buildsystem::base which is now empty.
* buildsystem: move binrepo config to buildsystem::var::binrepoNicolas Vigier2013-05-222-14/+21
|
* buildsystem::mgarepo: remove repsys.confNicolas Vigier2013-05-221-3/+2
| | | | | repsys.conf was the config file used by repsys and first versions of mgarepo. It is replaced by mgarepo.conf and is not longer used.
* buildsystem::mainnode: remove useless variablesNicolas Vigier2013-05-221-4/+1
|
* buildsystem::scheduler: remove useless includeNicolas Vigier2013-05-221-1/+0
|
* buildsystem::mainnode: don't install schedbot key on schedbotNicolas Vigier2013-05-221-2/+0
| | | | | | | | | | | Don't install schedbot's ssh key on schedbot's authorized_keys file. Current version of ssh::auth does not allow installing a key to multiple users' authorized_keys on the same node, so we can't install schedbot's key to schedbot and iurt users at the same time. This prevent having a buildsystem scheduler and build bot on the same server. However schedbot does not really need to have its ssh key on its own authorized_keys, so we can remove it.
* buildsystem: remove iurt ssh keyNicolas Vigier2013-05-223-10/+1
| | | | The iurt ssh key does not seem to be used.
* Add buildsystem::var::iurtNicolas Vigier2013-05-228-18/+19
| | | | This class is used for iurt settings.
* Add an alias so that youri-check no longer sees fixed packagesPascal Terjan2013-01-171-1/+4
|
* buildsystem::var::repository: fix syntaxNicolas Vigier2012-12-111-1/+1
|
* buildsystem::iurt::upload: fix $sched_loginNicolas Vigier2012-12-111-1/+1
|
* buildsystem: remove iurt2010.1 and sync2010.1 scriptsNicolas Vigier2012-12-111-16/+0
| | | | | | The scripts were used when the build system servers were still running Mandriva 2010.1. But the servers have now been upgraded to Mageia, and the infra_* repositories created, so those scripts are no longer in use.
* buildsystem::media_cfg.pp: Fix scheduler login variableNicolas Vigier2012-12-111-2/+2
|
* Create buildsystem::var::youriNicolas Vigier2012-12-112-11/+20
| | | | | The class buildsystem::var::youri has been created to set the youri configuration.
* buildsystem::var::repository: add $bootstrap_rootNicolas Vigier2012-12-114-4/+5
|
* Add buildsystem::var::repositoryNicolas Vigier2012-12-115-5/+12
|
* buildsystem: rename scheduler::var to var::schedulerNicolas Vigier2012-12-1110-23/+23
|
* buildsystem::signbot: move files from templates to files directoryNicolas Vigier2012-12-111-3/+3
| | | | | | | | The following files have been moved from templates to files directory because they don't use any templating : - mga-signpackage - signbot-rpmmacros - sign-check-package
* buildsystem::signbot: set value of $keyid in mga_buildsystemNicolas Vigier2012-12-111-1/+5
| | | | | The default value of $keyid has been removed from buildsystem::var::signbot and is now defined by mga_buildsystem::config.
* Create buildsystem::var::signbotNicolas Vigier2012-12-112-10/+11
| | | | | All options for buildsystem::signbot are now stored in buildsystem::var::signbot.
* buildsystem::youri_submit: Remove hardcoded perl lib dirNicolas Vigier2012-12-101-2/+9
| | | | Use unversionned perl lib dir.
* buildsystem: use mga-common::local_scriptNicolas Vigier2012-12-105-6/+6
|
* Import the script I use on valstar to clean reposPascal Terjan2012-11-251-0/+2
|
* Remove rpmlint config. We are now using the rpmlint-mageia-policy andNicolas Vigier2012-09-261-17/+0
| | | | | | | rpmlint-mageia-mga2-policy (for Mageia <= 2) packages to install rpmlint configuration files.
* fix includesThomas Backlund2012-09-021-2/+2
|
* include ssh::authNicolas Vigier2012-08-311-0/+1
|
* add buildsystem::sshkeys class to define all ssh keysNicolas Vigier2012-08-314-9/+14
|
* use common media.cfg template file for all distros and archsNicolas Vigier2012-08-302-6/+11
|
* use braces in variables interpolationNicolas Vigier2012-08-301-2/+2
|
* remove unused variableNicolas Vigier2012-08-301-1/+0
|
* add infra_2 repositoryNicolas Vigier2012-08-302-1/+4
|
* set ULRI_LOG_FILE and EMI_LOG_FILE environement variablesNicolas Vigier2012-07-051-1/+1
|
* move dispatch jobs cron to scheduler.ppNicolas Vigier2012-07-052-6/+6
|
* create /var/log/schedbot directory owned by schedbot userNicolas Vigier2012-07-052-0/+8
|
* buildsystem: add support for mga 2Thomas Backlund2012-05-273-2/+7
|
* do not explictely set the same value as defaultMichael Scherer2012-04-141-8/+2
|
* add repoctl classNicolas Vigier2012-04-051-0/+22
|
* add config class for buildsystemNicolas Vigier2012-04-051-0/+10
|
* fix the name of the keyMichael Scherer2012-04-021-1/+1
|
* fix module invaocation after splitMichael Scherer2012-03-251-1/+1
|
* fix vhost invocation on several module, was missed by last commit, and add ↵Michael Scherer2012-03-253-3/+3
| | | | the one for redirect_ssl
* small cleanup of the module buildsystemMichael Scherer2012-03-191-4/+4
|
* fix variable name after having renamed it yesterdayMichael Scherer2012-03-171-1/+1
|
* fix wrong includeMichael Scherer2012-03-171-1/+1
|
* add key declaration, or ssh::auth::server complainMichael Scherer2012-03-171-2/+7
|
* add missing includeMichael Scherer2012-03-171-0/+1
|
* fix variable usageMichael Scherer2012-03-171-1/+1
|
* fix indentationMichael Scherer2012-03-171-1/+1
|
* fix class nameMichael Scherer2012-03-171-1/+1
|
* place the module where puppet will find itMichael Scherer2012-03-171-0/+0
|