[Zope-CVS] CVS: CVSROOT - postcommit_actions:1.129
Ken Manheimer
klm@zope.com
Mon, 27 Aug 2001 12:32:02 -0400
Update of /cvs-repository/CVSROOT
In directory cvs.zope.org:/tmp/cvs-serv5735
Modified Files:
postcommit_actions
Log Message:
We're *sporadically* seeing checkin notifications duplicates. To
leave some clues for debugging, i'm setting verbose mode to be on by
default.
=== CVSROOT/postcommit_actions 1.128 => 1.129 ===
WAIT = 0 # Fork unless --wait is requested.
DRYRUN = 0 # '--dryrun' option
-VERBOSE = 0 # '--verbose' option
+VERBOSE = 1 # '--verbose' option default value
SCRIPT = "postcommit_actions" # Will b set to argv[0], when obtained.
sVv_re = re.compile("(.*),([^,]+),([^,]+)")