[Scummvm-cvs-logs] SF.net SVN: scummvm:[48942] buildbot/config/master.cfg

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Tue May 4 21:09:25 CEST 2010


Revision: 48942
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48942&view=rev
Author:   dhewg
Date:     2010-05-04 19:09:25 +0000 (Tue, 04 May 2010)

Log Message:
-----------
Increase the delay for IRC reports to avoid spamming.

Modified Paths:
--------------
    buildbot/config/master.cfg

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2010-05-04 19:04:41 UTC (rev 48941)
+++ buildbot/config/master.cfg	2010-05-04 19:09:25 UTC (rev 48942)
@@ -724,13 +724,13 @@
 	irc = scumm.IRC("irc.freenode.org", "svmbb",
 					channel = "#scummbbtest",
 					categories = [ "trunk", "branch" ],
-					stableTimer = 5 * 60)
+					stableTimer = 15 * 60)
 else:
 	irc = scumm.IRC("irc.freenode.org", "ScummBot",
 					channel = "#scummvm",
 					password= scummsecret.pwd_nickserv,
 					categories = [ "trunk", "branch" ],
-					stableTimer = 5 * 60)
+					stableTimer = 15 * 60)
 
 c["status"].append(irc)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list