| Commit message (Expand) | Author | Age | Files | Lines |
* | remove values already set by default | Michael Scherer | 2012-01-08 | 1 | -2/+0 |
* | 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 |
* | add the missing script to sign packages ( was before unversionned in /usr/bin ) | Michael Scherer | 2012-01-08 | 1 | -0/+4 |
* | do not prefix login with signbot_, clearer this way | Michael Scherer | 2012-01-08 | 1 | -4/+4 |
* | do not prefix variable with sign_, no longer needed, and various cleaning | Michael Scherer | 2012-01-08 | 1 | -4/+2 |
* | clean default values | Michael Scherer | 2012-01-08 | 1 | -3/+1 |
* | remove value already set by defaults | Michael Scherer | 2012-01-08 | 1 | -3/+0 |
* | use cp instead of mv, since mv would requires to be able to write in /var/www... | Michael Scherer | 2012-01-08 | 1 | -1/+1 |
* | slightly simplify the module, by dropping 1 variable and using local_script | Michael Scherer | 2012-01-08 | 1 | -3/+1 |
* | use the new local_script type to deploy mgacreatehome | Michael Scherer | 2012-01-08 | 1 | -7/+2 |
* | move maintdb templates in a subdirectory | Michael Scherer | 2012-01-08 | 1 | -4/+4 |
* | rename maintdb, to be able to create a subdirectory to hold the template | Michael Scherer | 2012-01-08 | 1 | -1/+1 |
* | move 'include buildsystem::signbot' before 'include youri_submit' to 'fix cla... | Thomas Backlund | 2012-01-08 | 1 | -1/+1 |
* | 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 exp... | Michael Scherer | 2012-01-08 | 1 | -0/+1 |
* | reapply commit 2142, since it was not the problem in the end | Michael Scherer | 2012-01-08 | 1 | -3/+3 |
* | fix variable that were not correctly renamed | Michael Scherer | 2012-01-08 | 1 | -2/+2 |
* | revert commit 2140 ( since this does not work as i expected after reading sou... | Michael Scherer | 2012-01-08 | 1 | -3/+3 |
* | add the missing cronjob of schedbot, since it was somehow removed | Michael Scherer | 2012-01-07 | 1 | -0/+6 |
* | put signbot templates file in a subdirectory ( cleaner to not have | Michael Scherer | 2012-01-07 | 1 | -3/+3 |
* | stip maintdb_ prefix from variable, since we no longer need it, | Michael Scherer | 2012-01-07 | 1 | -29/+21 |
* | no longer inherit from base ( not needed ) | Michael Scherer | 2012-01-07 | 1 | -1/+1 |
* | split maintdb in a separate class, and clean it a little bit | Michael Scherer | 2012-01-07 | 2 | -74/+71 |
* | defaults are now set for all classes in defaults.pp | Michael Scherer | 2012-01-07 | 1 | -6/+0 |
* | also properly set the permission of the temporary file, noticed by kamil | Michael Scherer | 2012-01-07 | 1 | -1/+1 |
* | refactoring of file | Michael Scherer | 2012-01-07 | 1 | -6/+5 |
* | split signbot from the main module | Michael Scherer | 2012-01-07 | 2 | -43/+48 |
* | more refactoring, by setting default for tidy | Michael Scherer | 2012-01-07 | 1 | -4/+5 |
* | split mgarepo in a separate file | Michael Scherer | 2012-01-07 | 2 | -75/+72 |
* | 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 |