aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* small refactoring of youri_submit.ppMichael Scherer2012-03-161-4/+2
|
* move iurtupload.pp to iurt/upload.pp ( so everything related to iurt is in ↵Michael Scherer2012-03-163-3/+3
| | | | one directory )
* split rpmlint in a separate module for clarityMichael Scherer2012-03-162-16/+20
|
* split sshuser in a separate file. Clean various puppetlintMichael Scherer2012-03-162-40/+36
| | | | | warning and errors, and use $name instead of $title for consistency with the rest of the manifests ( but $title was perfectly correct too )
* clean one last puppet-lint warningMichael Scherer2012-03-161-1/+1
|
* clean maintdb.pp from all puppetlint errorsMichael Scherer2012-03-161-54/+51
|
* remove trailing whitespaceMichael Scherer2012-03-161-1/+1
|
* clean mgacreatehome.pp ( maybe it should be removed, given the comment )Michael Scherer2012-03-161-5/+3
|
* clean binrepo module for puppet-lint complianceMichael Scherer2012-03-165-24/+28
|
* move youri template into a subdirectory for clarityMichael Scherer2012-03-164-3/+3
|
* split youri_submit into a separate moduleMichael Scherer2012-03-162-69/+80
|
* move all stuff related to package archives to init.pp, sinceMichael Scherer2012-03-163-17/+18
| | | | that's used in one and only one class, youri_upload
* prepare variable for the puppet 2.8 migration ( aka, use proper scoping )Michael Scherer2012-03-161-0/+4
|
* clean buildsystem::releaseMichael Scherer2012-03-161-7/+5
|
* add a check to warn use if the iurt config is invalid ( doesn't prevent ↵Michael Scherer2012-03-161-3/+8
| | | | | | breakage, but will warn faster )
* refactor completely iurt module ( maybe should even be moved out of buildsystemMichael Scherer2012-03-1611-43/+52
| | | | module, since it tend to be too big )
* move iurt.pp to a subdirectoryMichael Scherer2012-03-161-0/+0
|
* split and clean lots of buildsystem submoduleMichael Scherer2012-03-167-85/+90
|
* split buildsystem::base in a separate file, and clean the moduleMichael Scherer2012-03-162-21/+22
|
* some cleaning for puppetlint compliance ( but there is still some errors ↵Michael Scherer2012-03-161-64/+61
| | | | about scopin that need to be corrected )
* clean signbot.pp for puppet-lint complianceMichael Scherer2012-03-161-33/+33
|
* compress log file, as this is taking too much space on champagneMichael Scherer2012-03-161-1/+1
|
* fix wrong type for git::repositoryMichael Scherer2012-03-161-1/+1
|
* clean git module, and some partial splittingMichael Scherer2012-03-154-109/+107
|
* rename db_config.pp as it cause issue with rakefile for puppet-lintMichael Scherer2012-03-152-1/+1
|
* split phpbb::config in a separate file to please puppet-lintMichael Scherer2012-03-152-14/+13
|
* rename phpbb_config to config, since the namespace is already taking care of ↵Michael Scherer2012-03-151-3/+3
| | | | separation
* split and clean phpbb::baseMichael Scherer2012-03-152-49/+49
|
* fix scoping, as it fail on friteuse otherwiseMichael Scherer2012-03-151-1/+1
|
* reorder variable, and correct 'before', since this break on friteuseMichael Scherer2012-03-151-2/+2
|
* split config in a file, to make puppet-lint happyMichael Scherer2012-03-152-9/+7
|
* exit with 0Nicolas Vigier2012-03-131-0/+1
|
* add support for graphical report, see #4483Michael Scherer2012-03-111-1/+2
|
* put each rpm on a different line, better to look at diffMichael Scherer2012-03-111-1/+4
|
* add transaction middleware, since django 1.3 and tx need it ( should fix bug ↵Michael Scherer2012-03-111-0/+1
| | | | 4499 )
* Revert unrelated part of last commitPascal Terjan2012-03-091-48/+0
|
* Try harder to enforce the version freezePascal Terjan2012-03-092-5/+51
|
* Fix config for the separate updates_mandriva page (#2756)Pascal Terjan2012-03-091-17/+18
|
* really enforce freezeMichael Scherer2012-03-091-2/+3
|
* version freeze \o/Michael Scherer2012-03-071-3/+3
|
* add needed config for version freeze ( ready to be uncommented )Michael Scherer2012-03-071-5/+2
|
* split and clean mirrir_cleaner moduleMichael Scherer2012-03-073-31/+29
|
* Add some GNOME exceptions (from Jani Välimaa, #3222)Pascal Terjan2012-03-071-0/+30
|
* drop missing-depsPascal Terjan2012-03-063-42/+0
|
* Run ulri after adding a package to buildPascal Terjan2012-03-051-0/+9
|
* clean and make puppet-lint happy for postgrey moduleMichael Scherer2012-02-201-10/+10
|
* lint the module memcachedMichael Scherer2012-02-201-7/+7
|
* split icecream in 4 files to please puppet-lintMichael Scherer2012-02-204-24/+21
|
* cleaning of icecream moduleMichael Scherer2012-02-201-7/+7
|
* male puppet-lint happy, clean a little bit, and put 1 package on each line, ↵Michael Scherer2012-02-201-29/+42
| | | | to more easyly see if one is changed in diff