[Mageia-sysadm] [815] - enable to change log message on subversion on every repository

root at mageia.org root at mageia.org
Mon Jan 17 18:12:42 CET 2011


Revision: 815
Author:   misc
Date:     2011-01-17 18:12:42 +0100 (Mon, 17 Jan 2011)
Log Message:
-----------
- enable to change log message on subversion on every repository
( should also requires a post-commit hook to send mail )

Modified Paths:
--------------
    puppet/modules/subversion/manifests/init.pp

Modified: puppet/modules/subversion/manifests/init.pp
===================================================================
--- puppet/modules/subversion/manifests/init.pp	2011-01-17 15:24:10 UTC (rev 814)
+++ puppet/modules/subversion/manifests/init.pp	2011-01-17 17:12:42 UTC (rev 815)
@@ -187,6 +187,13 @@
 	    require => File["$name/hooks/pre-commit"],
         }
 
+        file { "$name/hooks/pre-revprop-change":
+            ensure => "$local_dir/pre-revprop-change"
+            owner => root,
+            group => root,
+            mode => 755,
+        } 
+
         if $commit_mail {
             file { "$name/hooks/post-commit.d/send_mail":
                 ensure => present,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110117/f2c3ad0a/attachment.html>


More information about the Mageia-sysadm mailing list