Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change nickname of IRC buildbot instance, and avoid emptying the scheduler list after...
[simgrid.git] / build / buildbot / master / master.cfg
index fb83b5d..bcf94cf 100644 (file)
@@ -173,7 +173,7 @@ from buildbot.status import html
 c['status'].append( html.Waterfall(http_port=8010) )
 
 from buildbot.status import words                                       
-c['status'].append(words.IRC(host="irc.oftc.net", nick="buildbot", channels=["#simgrid"]))
+c['status'].append(words.IRC(host="irc.oftc.net", nick="simgrid_buildbot", channels=["#simgrid"]))
 
 from buildbot.status.mail import MailNotifier
 mn = MailNotifier(fromaddr="SimGrid buildbot <sg-dev@lists.gforge.inria.fr>",
@@ -200,6 +200,6 @@ from buildbot.scheduler import Scheduler, Nightly, Periodic
 #hourly = Periodic("hourly_scheduler", all_slaves, 60*60*2) # delay in seconds
 
 #c['schedulers'] = [nightly_scheduler,hourly]
-c['schedulers'] = []
+#c['schedulers'] = []