aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion
Commit message (Collapse)AuthorAgeFilesLines
* puppet parser validation fixesThomas Backlund2015-10-201-3/+3
|
* variable enclosing fixesThomas Backlund2015-10-201-1/+1
|
* lint fixes for subversionThomas Backlund2015-10-207-46/+43
|
* subversion: Add a new pre-commit hook that will prevent commits to paths ↵Colin Guthrie2013-08-183-0/+23
| | | | which have been converted to git
* subversion: Fix a theoretical bug where more scripts than expected may be ↵Colin Guthrie2013-08-181-3/+2
| | | | excluded
* Rename mga-common module to mga_common.Nicolas Vigier2013-06-192-2/+2
| | | | New puppet version doesn't like modules with a - in their name.
* subversion: add irker hookNicolas Vigier2012-12-283-0/+30
|
* subversion: remove CIA hooksNicolas Vigier2012-12-282-142/+0
| | | | cia.vc does not exist anymore
* subversion: remove "dynamic lookup" warningsNicolas Vigier2012-12-113-5/+5
|
* subversion::repository: Set $cia_post to false.Nicolas Vigier2012-12-101-1/+1
| | | | Set $cia_post default value to false as CIA is no longer working.
* subversion: use mga-common::local_scriptNicolas Vigier2012-12-102-2/+2
|
* update cia bot addressNicolas Vigier2012-08-291-2/+2
|
* split pre_commit and post_commit in separate file, and simplify theMichael Scherer2012-03-193-24/+19
| | | | layout, by renaming commit_hook to hook directly
* mainly style fix for init.pp, just to have less error on puppet-lint global ↵Michael Scherer2012-03-171-41/+39
| | | | check
* split repository out of init.pp and clean itMichael Scherer2012-03-172-130/+130
|
* split snapshot and mirror_repositoryMichael Scherer2012-03-173-35/+36
|
* split client and mirror out of the main subversion module fileMichael Scherer2012-03-173-20/+19
|
* split 2 small class from main subversion fileMichael Scherer2012-03-173-14/+12
|
* allow having no cron to update subversion snapshotNicolas Vigier2012-02-051-6/+8
|
* fix another stupid typoMichael Scherer2012-01-151-1/+1
|
* fix stupid typoMichael Scherer2012-01-151-1/+1
|
* do not use inexistant puppet function from $WORKMichael Scherer2012-01-151-2/+2
|
* fix subversion::hookMichael Scherer2012-01-151-3/+3
|
* oups, fix last commitMichael Scherer2012-01-151-7/+7
|
* use the new subversion::hook moduleMichael Scherer2012-01-151-8/+4
|
* add a subversion::hook class, to let us specify custom hookMichael Scherer2012-01-151-0/+26
|
* refactor and clean the subversion moduleMichael Scherer2012-01-081-87/+23
|
* use the new syntax for validation for the new version of puppetMichael Scherer2011-09-191-1/+1
|
* add proper requires, to make sure the svn is created before placing the linkMichael Scherer2011-08-171-0/+1
|
* add more verbose error reporting, and more strict checkMichael Scherer2011-07-251-1/+1
|
* ensure php-cli is installed on svn server for check_phpThomas Backlund2011-07-211-0/+3
|
* fix script to not have empty confguration when the i18n mail is notMichael Scherer2011-07-201-1/+1
| | | | defined
* Fix hook file nameDexter Morgan2011-07-051-1/+1
|
* Add workaround to not send mail from schedbot userDexter Morgan2011-07-051-1/+16
| | | | | We will be able to remove it as soon as we will use an other send mail hook
* prototype of script to prevent one word commitMichael Scherer2011-07-052-0/+20
|
* fix "Unrecognised escape sequence '\.' " warning, by using single quoteMichael Scherer2011-06-171-12/+12
| | | | instead of double quote
* fix syntaxMichael Scherer2011-06-081-1/+1
|
* enable ipv6 ( for ipv6 day \o/ )Michael Scherer2011-06-081-0/+1
|
* - manage xinetd configuration, as we modified itMichael Scherer2011-06-082-0/+27
| | | | | - move the management of /svn to the main module
* fix syntaxNicolas Vigier2011-06-061-1/+1
|
* remove hook scripts when option is not setNicolas Vigier2011-06-061-2/+22
|
* add syntax check for phpMichael Scherer2011-06-021-0/+4
|
* allow restricting commits to a userNicolas Vigier2011-06-012-0/+24
|
* fix po checkMichael Scherer2011-05-061-1/+1
|
* add check_po, to validate po when they are committedMichael Scherer2011-05-051-0/+7
|
* - add hooks to send mail to i18n mlMichael Scherer2011-05-022-0/+11
|
* - do not spam root with useless messagesMichael Scherer2011-03-101-1/+1
|
* fix syntax error ( always the same :/ )Michael Scherer2011-03-081-2/+2
|
* - do not create the cronjob if the corresponding checkout didn't succeedMichael Scherer2011-03-081-1/+3
|
* - fix the subversion post-commit problem ( for good this time )Michael Scherer2011-03-041-14/+9
| | | | - also simplify the declaration, by following the DRY principle