[Buildbot-commits] buildbot/docs/examples twisted_master.cfg,1.27,1.28
Brian Warner
warner at users.sourceforge.net
Sun Jul 17 23:28:35 UTC 2005
Update of /cvsroot/buildbot/buildbot/docs/examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17470/docs/examples
Modified Files:
twisted_master.cfg
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-232
Creator: Brian Warner <warner at monolith.lothar.com>
update twisted buildmaster a bit
* buildbot/process/process_twisted.py
(TwistedReactorsBuildFactory): change the treeStableTimer to 5
minutes, to match the other twisted BuildFactories, and don't
excuse failures in c/qt/win32 reactors any more.
* docs/examples/twisted_master.cfg: turn off the 'threadless' and
'freebsd' builders, since the buildslaves have been unavailable
for quite a while
Index: twisted_master.cfg
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/examples/twisted_master.cfg,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- twisted_master.cfg 7 Jul 2005 08:09:12 -0000 1.27
+++ twisted_master.cfg 17 Jul 2005 23:28:33 -0000 1.28
@@ -177,7 +177,7 @@
"kqueue",
]),
}
-builders.append(b23bsd)
+#builders.append(b23bsd)
b24threadless = {'name': 'threadless',
'slavename': 'bot-threadless',
@@ -185,7 +185,7 @@
'factory': TwistedReactorsBuildFactory(svnurl,
python='python',
reactors=['default'])}
-builders.append(b24threadless)
+#builders.append(b24threadless)
c['builders'] = builders
More information about the Commits
mailing list