Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildsystem: remove iurt2010.1 and sync2010.1 scripts | Nicolas Vigier | 2012-12-11 | 1 | -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: use mga-common::local_script | Nicolas Vigier | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | small cleanup of the module buildsystem | Michael Scherer | 2012-03-19 | 1 | -4/+4 |
| | |||||
* | split sshuser in a separate file. Clean various puppetlint | Michael Scherer | 2012-03-16 | 1 | -40/+0 |
| | | | | | warning and errors, and use $name instead of $title for consistency with the rest of the manifests ( but $title was perfectly correct too ) | ||||
* | split youri_submit into a separate module | Michael Scherer | 2012-03-16 | 1 | -69/+1 |
| | |||||
* | move all stuff related to package archives to init.pp, since | Michael Scherer | 2012-03-16 | 1 | -0/+16 |
| | | | | that's used in one and only one class, youri_upload | ||||
* | refactor completely iurt module ( maybe should even be moved out of buildsystem | Michael Scherer | 2012-03-16 | 1 | -0/+3 |
| | | | | module, since it tend to be too big ) | ||||
* | split and clean lots of buildsystem submodule | Michael Scherer | 2012-03-16 | 1 | -85/+0 |
| | |||||
* | split buildsystem::base in a separate file, and clean the module | Michael Scherer | 2012-03-16 | 1 | -21/+1 |
| | |||||
* | drop missing-deps | Pascal Terjan | 2012-03-06 | 1 | -1/+0 |
| | |||||
* | use a existing directory | Michael Scherer | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | clean a little bit the manifests | Michael Scherer | 2012-02-18 | 1 | -6/+2 |
| | |||||
* | split iurtuser in a separate file to please puppet-lint | Michael Scherer | 2012-02-16 | 1 | -11/+0 |
| | |||||
* | Re-enable build cron (and run ulri before emi to improve uploads grouping) | Pascal Terjan | 2012-02-13 | 1 | -5/+5 |
| | |||||
* | Disable build system | Pascal Terjan | 2012-02-01 | 1 | -5/+5 |
| | |||||
* | create /distrib/bootstrap, or bootstrapping BS fail | Michael Scherer | 2012-01-22 | 1 | -0/+4 |
| | |||||
* | split binrepos in its own file | Michael Scherer | 2012-01-08 | 1 | -38/+0 |
| | |||||
* | no need for a variable since this is used only once in a script | Michael Scherer | 2012-01-08 | 1 | -1/+0 |
| | |||||
* | split iurt in a submodule | Michael Scherer | 2012-01-08 | 1 | -43/+1 |
| | |||||
* | do not let the configuration of iurt to be writable by itself | Michael Scherer | 2012-01-08 | 1 | -2/+0 |
| | | | | | ( since that's useless, and could cause trouble ( especially since the configuration is executed by iurt and others ) | ||||
* | move variable near the only file that use it, ease future refactoring | Michael Scherer | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | remove unused variable | Michael Scherer | 2012-01-08 | 1 | -1/+0 |
| | |||||
* | refactoring local_script declaration | Michael Scherer | 2012-01-08 | 1 | -6/+3 |
| | |||||
* | refactor iurt_config declaration | Michael Scherer | 2012-01-08 | 1 | -3/+1 |
| | |||||
* | more refactoring | Michael Scherer | 2012-01-08 | 1 | -14/+6 |
| | |||||
* | add some more cleaning | Michael Scherer | 2012-01-08 | 1 | -7/+1 |
| | |||||
* | fix previous refactoring, with s/,/;/ | Michael Scherer | 2012-01-08 | 1 | -6/+6 |
| | |||||
* | merge ssh::auth::server declaration | Michael Scherer | 2012-01-08 | 1 | -2/+2 |
| | |||||
* | refactor media.cfg declaration | Michael Scherer | 2012-01-08 | 1 | -14/+9 |
| | |||||
* | merge the 2 declarations of local_script | Michael Scherer | 2012-01-08 | 1 | -4/+1 |
| | |||||
* | merge the 2 declarations of directory ( ordering is automatic ) | Michael Scherer | 2012-01-08 | 1 | -6/+1 |
| | |||||
* | more refactoring, and some documentation | Michael Scherer | 2012-01-08 | 1 | -37/+13 |
| | |||||
* | remove redundant declaration | Michael Scherer | 2012-01-08 | 1 | -8/+1 |
| | |||||
* | simplify the manifests, by removing redundant declaration | Michael Scherer | 2012-01-08 | 1 | -6/+2 |
| | |||||
* | run the dispatch job every minutes, ( ie, no need to wait 1 minute for nothing ) | Michael Scherer | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | small refactoring of binrepos module | Michael Scherer | 2012-01-08 | 1 | -27/+10 |
| | |||||
* | move 'include buildsystem::signbot' before 'include youri_submit' to 'fix ↵ | Thomas Backlund | 2012-01-08 | 1 | -1/+1 |
| | | | | class buildsystem::signbot has not been evaluated' | ||||
* | set group too for iurt & co | Thomas Backlund | 2012-01-08 | 1 | -0/+1 |
| | |||||
* | fixing the default owner of file broke this define, since the user is not ↵ | Michael Scherer | 2012-01-08 | 1 | -0/+1 |
| | | | | explicitely defined, and was set when the user is created | ||||
* | add the missing cronjob of schedbot, since it was somehow removed | Michael Scherer | 2012-01-07 | 1 | -0/+6 |
| | | | | | from valstar, thus blocking the BS ( should have been added sooner, and it may have been removed as side effect of one of my refactoring ) | ||||
* | split maintdb in a separate class, and clean it a little bit | Michael Scherer | 2012-01-07 | 1 | -74/+0 |
| | |||||
* | also properly set the permission of the temporary file, noticed by kamil | Michael Scherer | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | split signbot from the main module | Michael Scherer | 2012-01-07 | 1 | -43/+1 |
| | |||||
* | split mgarepo in a separate file | Michael Scherer | 2012-01-07 | 1 | -75/+1 |
| | |||||
* | refactor iurt configuration ( easier to change ) | Michael Scherer | 2012-01-07 | 1 | -24/+14 |
| | |||||
* | use temporary files to update maintdb.txt and unmaintained.txt (#2839) | Nicolas Vigier | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | change permission on maintdb dir | Nicolas Vigier | 2011-10-04 | 1 | -1/+9 |
| | |||||
* | add vhost for maintdb | Nicolas Vigier | 2011-10-04 | 1 | -0/+4 |
| | |||||
* | strip nobody from unmaintained packages list (as suggested by stormi) | Nicolas Vigier | 2011-09-21 | 1 | -1/+1 |
| | |||||
* | remove useless use of cat noticed by tmb | Nicolas Vigier | 2011-09-21 | 1 | -1/+1 |
| |