[Buildbot-commits] buildbot/docs/examples twisted_master.cfg,1.37,1.38

Brian Warner warner at users.sourceforge.net
Sat Nov 5 21:17:22 UTC 2005


Update of /cvsroot/buildbot/buildbot/docs/examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19268/docs/examples

Modified Files:
	twisted_master.cfg 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-410
Creator:  Brian Warner <warner at lothar.com>

update twisted_master.cfg now that the sid-chroot is gone

	* docs/examples/twisted_master.cfg: update: bot1 can now handle
	the 'full-2.3' build, and the 'reactors' build is now run under
	python-2.4 because the buildslave no longer has gtk/etc bindings
	for earlier versions.


Index: twisted_master.cfg
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/examples/twisted_master.cfg,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- twisted_master.cfg	30 Oct 2005 01:10:42 -0000	1.37
+++ twisted_master.cfg	5 Nov 2005 21:17:20 -0000	1.38
@@ -98,7 +98,7 @@
     "-Wignore::PendingDeprecationWarning:distutils.command.build_ext",
     ]
 b23 = {'name': "full-2.3",
-       'slavename': "bot2",
+       'slavename': "bot1",
        'builddir': "full2.3",
        'factory': FullTwistedBuildFactory(source_copy,
                                           python=["python2.3", "-Wall"],
@@ -138,7 +138,7 @@
       'slavename': "bot2",
       'builddir': "reactors",
       'factory': TwistedReactorsBuildFactory(source_copy,
-                                             python="python2.3",
+                                             python="python2.4",
                                              reactors=reactors),
       }
 builders.append(b4)





More information about the Commits mailing list