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/001701.html | 112 +++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001701.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001701.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001701.html b/zarb-ml/mageia-sysadm/2011-January/001701.html new file mode 100644 index 000000000..0f1251150 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001701.html @@ -0,0 +1,112 @@ + + + + [Mageia-sysadm] [711] add no_binary option for svn repo + + + + + + + + + +

[Mageia-sysadm] [711] add no_binary option for svn repo

+ root at mageia.org + root at mageia.org +
+ Fri Jan 7 20:34:17 CET 2011 +

+
+ +
Revision: 711
+Author:   boklm
+Date:     2011-01-07 20:34:16 +0100 (Fri, 07 Jan 2011)
+Log Message:
+-----------
+add no_binary option for svn repo
+
+Modified Paths:
+--------------
+    puppet/modules/subversion/manifests/init.pp
+
+Modified: puppet/modules/subversion/manifests/init.pp
+===================================================================
+--- puppet/modules/subversion/manifests/init.pp	2011-01-07 19:30:15 UTC (rev 710)
++++ puppet/modules/subversion/manifests/init.pp	2011-01-07 19:34:16 UTC (rev 711)
+@@ -125,6 +125,7 @@
+                        $commit_mail = '',
+                        $cia_post = true,
+                        $cia_module = 'default',
++		       $no_binary = false,
+                        $syntax_check = '',
+                        $extract_dir = '') {
+         # check permissions
+@@ -190,6 +191,12 @@
+ 		
+ 	}
+ 
++	if $no_binary {
++	    pre_commit_link { 'no_binary': 
++		directory => "$name/hooks/pre-commit.d/"
++	    }
++	}
++
+         if $extract_dir {
+             file { "$name/hooks/post-commit.d/extract_dir":
+                 ensure => present,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110107/dc6c9667/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + +
+

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