Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove requires (not working) | Nicolas Vigier | 2011-02-11 | 1 | -1/+0 | |
| | ||||||
* | require subversion package | Nicolas Vigier | 2011-02-11 | 1 | -0/+1 | |
| | ||||||
* | fix xml generated , and so reenable url in cia notification | Michael Scherer | 2011-02-10 | 1 | -1/+2 | |
| | ||||||
* | revert r979, as this broke CIA. I suspect the unescaped & to cause trouble ↵ | Michael Scherer | 2011-02-10 | 1 | -1/+0 | |
| | | | | for xml parsing | |||||
* | add url to the cia notification | Michael Scherer | 2011-02-10 | 1 | -0/+3 | |
| | ||||||
* | set max_diff_length to 20k to avoid mails being rejected on mailing list | Nicolas Vigier | 2011-02-07 | 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 | 2 | -0/+39 | |
| | | | | 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 | 2 | -0/+23 | |
| | ||||||
* | - reuse the more elegant array for check_syntax | Michael Scherer | 2011-01-16 | 1 | -17/+5 | |
| | ||||||
* | - move it up, fix from parameter not being properly set on commit | Michael Scherer | 2011-01-09 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -0/+6 | |
| | ||||||
* | 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 | |
| | ||||||
* | fix syntax error | Nicolas Vigier | 2011-01-07 | 1 | -1/+1 | |
| | ||||||
* | send svn module name to cia | Nicolas Vigier | 2011-01-07 | 2 | -0/+3 | |
| | ||||||
* | use domain variable | Nicolas Vigier | 2011-01-07 | 1 | -1/+1 | |
| | ||||||
* | use sh version of cia script | Nicolas Vigier | 2011-01-07 | 2 | -1/+116 | |
| | ||||||
* | add cia bot svn hook | Nicolas Vigier | 2011-01-07 | 2 | -0/+410 | |
| | ||||||
* | fix syntax check so it doesn't chock on import | Michael Scherer | 2011-01-07 | 1 | -1/+1 | |
| | ||||||
* | print the error on stderr so the user can see it | Nicolas Vigier | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | add pre-commit script to prevent commit of some binary files | Nicolas Vigier | 2010-12-21 | 2 | -0/+22 | |
| | ||||||
* | - add $PATH ( prevent spurious errors in puppet post commit script ) | Michael Scherer | 2010-12-14 | 1 | -0/+1 | |
| | ||||||
* | 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 | 2 | -4/+22 | |
| | ||||||
* | - 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 check script | Michael Scherer | 2010-11-19 | 1 | -1/+1 | |
| | ||||||
* | fix some cosmetics issue | Michael Scherer | 2010-11-19 | 2 | -5/+4 | |
| | ||||||
* | - 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 | |
| |