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/001758.html | 98 ++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001758.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001758.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001758.html b/zarb-ml/mageia-sysadm/2011-January/001758.html new file mode 100644 index 000000000..e56da6ebb --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001758.html @@ -0,0 +1,98 @@ + + + + [Mageia-sysadm] [728] do not send commits from schedbot on packages and binrepos to cia.vc + + + + + + + + + +

[Mageia-sysadm] [728] do not send commits from schedbot on packages and binrepos to cia.vc

+ root at mageia.org + root at mageia.org +
+ Sat Jan 8 15:43:56 CET 2011 +

+
+ +
Revision: 728
+Author:   boklm
+Date:     2011-01-08 15:43:55 +0100 (Sat, 08 Jan 2011)
+Log Message:
+-----------
+do not send commits from schedbot on packages and binrepos to cia.vc
+
+Modified Paths:
+--------------
+    puppet/manifests/nodes.pp
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp	2011-01-08 14:40:17 UTC (rev 727)
++++ puppet/manifests/nodes.pp	2011-01-08 14:43:55 UTC (rev 728)
+@@ -40,12 +40,14 @@
+ 	no_binary => true,
+ 	cia_post => true,
+ 	cia_module => "packages",
++	cia_ignore_author => '^schedbot$',
+     }
+ 
+     subversion::repository { "/svn/binrepos/cauldron/":
+         group => "mga-packagers",
+ 	cia_post => true,
+ 	cia_module => "binrepos",
++	cia_ignore_author => '^schedbot$',
+     }
+ 
+     subversion::snapshot { "/etc/puppet":
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110108/e1ec9895/attachment.html>
+
+ + + + + + + + + + + + +
+

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