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/2010-November/000648.html | 102 ++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000648.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000648.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000648.html b/zarb-ml/mageia-sysadm/2010-November/000648.html new file mode 100644 index 000000000..d5ff0c2e0 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000648.html @@ -0,0 +1,102 @@ + + + + [Mageia-sysadm] [308] add support for syntax check in the repository define + + + + + + + + + +

[Mageia-sysadm] [308] add support for syntax check in the repository define

+ root at mageia.org + root at mageia.org +
+ Fri Nov 19 01:53:05 CET 2010 +

+
+ +
Revision: 308
+Author:   misc
+Date:     2010-11-19 01:53:05 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+add support for syntax check in the repository define
+
+Modified Paths:
+--------------
+    puppet/modules/subversion/manifests/init.pp
+
+Modified: puppet/modules/subversion/manifests/init.pp
+===================================================================
+--- puppet/modules/subversion/manifests/init.pp	2010-11-19 00:46:14 UTC (rev 307)
++++ puppet/modules/subversion/manifests/init.pp	2010-11-19 00:53:05 UTC (rev 308)
+@@ -126,10 +126,20 @@
+                 content => template("subversion/hook_extract.pl")
+             }
+         }
+-    
+-    }   
+ 
++        $pre_commit_check = ['no_commit_log','no_root']
++        $pre_commit_check += $syntax_check
+ 
++        file { "$name/hooks/pre-commit.d/$pre_commit_check":
++            ensure => "/usr/local/share/subversion/pre-commit.d/$pre_commit_check",
++            owner => root,
++            group => root,
++            mode => 755
++        }
++
++    }
++
++
+     class client {
+         package { subversion:
+             ensure => installed,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101119/add05e45/attachment-0001.html>
+
+ + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1