[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