Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - do not spam root with useless messages | Michael Scherer | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | fix syntax error ( always the same :/ ) | Michael Scherer | 2011-03-08 | 1 | -2/+2 |
| | |||||
* | - do not create the cronjob if the corresponding checkout didn't succeed | Michael Scherer | 2011-03-08 | 1 | -1/+3 |
| | |||||
* | - fix the subversion post-commit problem ( for good this time ) | Michael Scherer | 2011-03-04 | 1 | -14/+9 |
| | | | | - also simplify the declaration, by following the DRY principle | ||||
* | - add a require on subversion ( for ordering purpose, spotted by boklm ) | Michael Scherer | 2011-02-12 | 1 | -1/+2 |
| | |||||
* | - fix the issue with bugzilla params file ( use -P to not take %param in ↵ | Michael Scherer | 2011-02-12 | 1 | -1/+1 |
| | | | | account ) | ||||
* | remove requires (not working) | Nicolas Vigier | 2011-02-11 | 1 | -1/+0 |
| | |||||
* | require subversion package | Nicolas Vigier | 2011-02-11 | 1 | -0/+1 |
| | |||||
* | - fix dangling symlink, noticed by ahmad | Michael Scherer | 2011-01-26 | 1 | -1/+1 |
| | |||||
* | - fix syntax | Michael Scherer | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | - enable to change log message on subversion on every repository | Michael Scherer | 2011-01-17 | 1 | -0/+7 |
| | | | | | ( should also requires a post-commit hook to send mail ) | ||||
* | add a new class to do a mirror of a svn reporitory ( for display purpose ↵ | Michael Scherer | 2011-01-17 | 1 | -0/+26 |
| | | | | with viewvc or any others ) | ||||
* | update description of syntax_check argument | Nicolas Vigier | 2011-01-16 | 1 | -3/+1 |
| | |||||
* | split subversion-tools in its own class, to prepare for svn mirror | Michael Scherer | 2011-01-16 | 1 | -1/+7 |
| | |||||
* | add hook to allow to change svn:log property | Michael Scherer | 2011-01-16 | 1 | -0/+8 |
| | |||||
* | - reuse the more elegant array for check_syntax | Michael Scherer | 2011-01-16 | 1 | -17/+5 |
| | |||||
* | add documentation | Nicolas Vigier | 2011-01-08 | 1 | -0/+4 |
| | |||||
* | add an option to not send commits from some authors to cia | Nicolas Vigier | 2011-01-08 | 1 | -0/+1 |
| | |||||
* | pre commit links go to pre-commit.d, not post-commit.d | Nicolas Vigier | 2011-01-07 | 1 | -5/+5 |
| | |||||
* | use correct quotes | Nicolas Vigier | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | remove old pre_commit_link call | Nicolas Vigier | 2011-01-07 | 1 | -3/+0 |
| | |||||
* | - change syntax for pre_commit_link, to avoid duplicated names | Nicolas Vigier | 2011-01-07 | 1 | -9/+33 |
| | | | | | - remove syntax_check array and replace by multiple arguments as I can't find any way to avoid duplicate names when using an array | ||||
* | add directory in name to avoid duplicate definitions | Nicolas Vigier | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | add no_binary option for svn repo | Nicolas Vigier | 2011-01-07 | 1 | -0/+7 |
| | |||||
* | send svn module name to cia | Nicolas Vigier | 2011-01-07 | 1 | -0/+1 |
| | |||||
* | use sh version of cia script | Nicolas Vigier | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | add cia bot svn hook | Nicolas Vigier | 2011-01-07 | 1 | -0/+12 |
| | |||||
* | fix syntax check so it doesn't chock on import | Michael Scherer | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | add pre-commit script to prevent commit of some binary files | Nicolas Vigier | 2010-12-21 | 1 | -0/+8 |
| | |||||
* | do not use default empty array, as puppet evaluate this as "true" and | Michael Scherer | 2010-11-24 | 1 | -3/+3 |
| | | | | therefore create the post-commit scripts with invalid values | ||||
* | - add some documentation | Michael Scherer | 2010-11-19 | 1 | -17/+23 |
| | | | | - clean some comment, move some code | ||||
* | - try to workaround the missing feature of puppet about umask and Exec | Michael Scherer | 2010-11-19 | 1 | -4/+15 |
| | |||||
* | - testing show that perl-SVN-Notify-Mirror is required | Michael Scherer | 2010-11-19 | 1 | -2/+2 |
| | |||||
* | - add some requires for ordering of the transaction | Michael Scherer | 2010-11-19 | 1 | -3/+7 |
| | |||||
* | - rewrite the others part too, for same reason ( arrays that do not work ↵ | Michael Scherer | 2010-11-19 | 1 | -4/+2 |
| | | | | like I believed ) | ||||
* | - rewrite the link setup part, as the array do not work like I believed they ↵ | Michael Scherer | 2010-11-19 | 1 | -8/+15 |
| | | | | would | ||||
* | - fix regexp escaping | Michael Scherer | 2010-11-19 | 1 | -1/+16 |
| | |||||
* | - fix the condition of the svn creation | Michael Scherer | 2010-11-19 | 1 | -2/+3 |
| | |||||
* | - svnadmin is not in subversion-server rpm | Michael Scherer | 2010-11-19 | 1 | -1/+1 |
| | |||||
* | - fix the array concatenation ( puppet is not python nor ruby ) | Michael Scherer | 2010-11-19 | 1 | -2/+1 |
| | |||||
* | - fix syntax error | Michael Scherer | 2010-11-19 | 1 | -1/+1 |
| | |||||
* | - fix directory creation | Michael Scherer | 2010-11-19 | 1 | -2/+5 |
| | |||||
* | - fix packages name for non x86_64 ( such as my test vm ) | Michael Scherer | 2010-11-19 | 1 | -2/+7 |
| | |||||
* | fix comments | Michael Scherer | 2010-11-19 | 1 | -12/+12 |
| | |||||
* | add support for syntax check in the repository define | Michael Scherer | 2010-11-19 | 1 | -2/+12 |
| | |||||
* | add check for root and empty commit | Michael Scherer | 2010-11-19 | 1 | -0/+16 |
| | |||||
* | - add a type to handle syntax check script | Michael Scherer | 2010-11-19 | 1 | -7/+15 |
| | |||||
* | - add logic to extract directory from svn on commit | Michael Scherer | 2010-11-19 | 1 | -1/+11 |
| | |||||
* | implement the commit mail part | Michael Scherer | 2010-11-19 | 1 | -0/+9 |
| | |||||
* | add the default commit script and directory | Michael Scherer | 2010-11-19 | 1 | -0/+18 |
| |