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/000640.html | 95 +++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000640.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000640.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000640.html b/zarb-ml/mageia-sysadm/2010-November/000640.html new file mode 100644 index 000000000..cc6e5e951 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000640.html @@ -0,0 +1,95 @@ + + + + [Mageia-sysadm] [300] - add the generic hook + + + + + + + + + +

[Mageia-sysadm] [300] - add the generic hook

+ root at mageia.org + root at mageia.org +
+ Fri Nov 19 01:24:16 CET 2010 +

+
+ +
Revision: 300
+Author:   misc
+Date:     2010-11-19 01:24:16 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+- add the generic hook
+
+Added Paths:
+-----------
+    puppet/modules/subversion/templates/
+    puppet/modules/subversion/templates/hook_commit.sh
+
+Added: puppet/modules/subversion/templates/hook_commit.sh
+===================================================================
+--- puppet/modules/subversion/templates/hook_commit.sh	                        (rev 0)
++++ puppet/modules/subversion/templates/hook_commit.sh	2010-11-19 00:24:16 UTC (rev 300)
+@@ -0,0 +1,13 @@
++#!/bin/sh
++for script in $0.d/*; do
++    if [ ! -x "$script" ]; then
++        continue
++    fi
++
++    if [[ "$script" == *~ ]]; then
++        continue
++    fi
++
++    $script $@ || exit 1
++done
++
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101119/84c834af/attachment.html>
+
+ + + + + + + + + +
+

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