aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion
Commit message (Collapse)AuthorAgeFilesLines
* Add a ticket_map for Bugzilla to hook_sendmail.pl (mga#2566)Dan Fandrich2024-02-151-0/+4
| | | | | This time, use a YAML mapping, as I suspect that's what the code is looking for instead of a plain string.
* Remove the ticket_map option in hook_sendmail.pl (mga#2566)Dan Fandrich2024-02-131-2/+0
| | | | | | | | It resulted in the svnlook error: Can't use string ("\bmga#(\d+)\b=https://bugs.magei"...) as a HASH ref while "strict refs" in use at /usr/share/perl5/vendor_perl/SVN/Notify.pm line 1789.
* Send packages-commits e-mails from new addressesDan Fandrich2024-02-121-2/+2
| | | | | These mails should be delivered more reliably because this domain has an SPF record.
* Improve the subversion commit messages (mga#2566)Dan Fandrich2024-02-121-0/+6
| | | | | | - Add the path to the subject - Add a link to Bugzilla for bugs - Add a link to svnweb
* Switch links to https: that are found in commentsDan Fandrich2024-01-252-3/+3
| | | | These are for use by humans only.
* Remove ciabot_svn.pyDan Fandrich2024-01-181-398/+0
| | | | This hasn't been used in over a decade (removed in commit 18854eb0).
* 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
|