From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/002160.html | 103 +++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002160.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002160.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002160.html b/zarb-ml/mageia-sysadm/2011-January/002160.html new file mode 100644 index 000000000..05a3f7d32 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002160.html @@ -0,0 +1,103 @@ + + + + [Mageia-sysadm] [815] - enable to change log message on subversion on every repository + + + + + + + + + +

[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
+ -- cgit v1.2.1