aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
Commit message (Collapse)AuthorAgeFilesLines
...
* mgarepo.conf: remove obsolete binaries-repository optionsNicolas Vigier2013-05-221-2/+0
|
* buildsystem: move groups definitions to var::groupsNicolas Vigier2013-05-2212-16/+18
| | | | | | 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-226-22/+29
|
* 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
|
* maintdb/sudoers.maintdb: fix schedbot variableNicolas Vigier2013-05-221-1/+1
|
* 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-2210-22/+23
| | | | This class is used for iurt settings.
* buildsystem: really freeze mageia 1Nicolas Vigier2013-05-211-1/+1
|
* buildsystem: set authorized_packages:Nicolas Vigier2013-05-211-0/+1
|
* lock updates_testingThomas Backlund2013-05-181-1/+1
|
* Correctly generate product_id on mirrorsNicolas Lécureuil2013-04-241-0/+10
|
* buildsystem: freeze cauldron submitsNicolas Vigier2013-04-081-2/+2
|
* free up rabbit for iso-buildersThomas Backlund2013-02-221-2/+2
|
* enable rabbit as buildnode for nowThomas Backlund2013-02-081-2/+2
|
* Add comment about an unknow ip adressDexter Morgan2013-01-201-0/+1
|
* Give acces to jonund to valstar ( buildnode is currently broken w/o as it ↵Dexter Morgan2013-01-201-2/+2
| | | | obtains a 403 error when trying to access to repository
* Add an alias so that youri-check no longer sees fixed packagesPascal Terjan2013-01-171-1/+4
|
* buildsystem: Add rpmlint config for cauldronNicolas Vigier2013-01-151-6/+32
| | | | Use different list of rpmlint errors for cauldron and Mageia 2.
* drop sucuk node too, needs cleaningThomas Backlund2013-01-141-2/+2
|
* free up rabbit for iso-buildersThomas Backlund2013-01-141-2/+2
|
* check mateThomas Backlund2013-01-131-0/+5
|
* buildsystem: add rpmlint errorsNicolas Vigier2013-01-121-0/+6
|
* buildsystem: add rabbit2 and sucuk2Nicolas Vigier2013-01-111-2/+2
|
* buildsystem: Set version freeze on cauldronNicolas Vigier2013-01-101-2/+2
|
* sort builders for better distributed workloadThomas Backlund2013-01-091-1/+1
|
* enable sucuk nodesThomas Backlund2013-01-091-2/+2
|
* sort builderlist to distribute load betterThomas Backlund2012-12-311-2/+2
|
* enable rabbit buildnodesThomas Backlund2012-12-311-2/+2
|
* Use updates media when creating chrootPascal Terjan2012-12-184-4/+4
|
* buildsystem::var::repository: fix syntaxNicolas Vigier2012-12-111-1/+1
|
* buildsystem: remove "dynamic lookup" warningsNicolas Vigier2012-12-111-3/+3
|
* buildsystem::iurt::upload: fix $sched_loginNicolas Vigier2012-12-111-1/+1
|
* buildsystem: remove iurt2010.1 and sync2010.1 scriptsNicolas Vigier2012-12-113-44/+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-116-14/+30
| | | | | The class buildsystem::var::youri has been created to set the youri configuration.
* repoctl.conf: use var::repository variablesNicolas Vigier2012-12-111-4/+9
|
* buildsystem::var::repository: add $bootstrap_rootNicolas Vigier2012-12-114-4/+5
|
* Add buildsystem::var::repositoryNicolas Vigier2012-12-116-5/+13
|
* buildsystem: rename scheduler::var to var::schedulerNicolas Vigier2012-12-1110-23/+23
|
* buildsystem::signbot: move files from templates to files directoryNicolas Vigier2012-12-114-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-114-15/+16
| | | | | All options for buildsystem::signbot are now stored in buildsystem::var::signbot.
* Add web config for autobuildPascal Terjan2012-12-101-0/+7
|
* 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
|
* buildsystem: fix syntax in templates/cleaner.rbNicolas Vigier2012-12-101-1/+1
|
* drop freeswich block as dlucio has started the cleanupThomas Backlund2012-12-091-1/+0
|