[Buildbot-commits] buildbot/docs/examples twisted_master.cfg, 1.42, 1.43

Brian Warner warner at users.sourceforge.net
Mon Aug 21 03:38:07 UTC 2006


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

Modified Files:
	twisted_master.cfg 
Log Message:
[project @ PBChangeSource.prefix= : fix and simplify, just do a string comparison]
This effectively resolves SF#1217699 and SF#1381867

Original author: warner at lothar.com
Date: 2006-08-21 03:36:38

Index: twisted_master.cfg
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/examples/twisted_master.cfg,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- twisted_master.cfg	21 Aug 2006 03:37:50 -0000	1.42
+++ twisted_master.cfg	21 Aug 2006 03:38:05 -0000	1.43
@@ -50,7 +50,7 @@
 # prefix, so that the Builders all see sensible pathnames (which means they
 # can do things like ignore the sandbox properly).
 
-source = PBChangeSource(prefix="trunk")
+source = PBChangeSource(prefix="trunk/")
 c['sources'].append(source)
 
 





More information about the Commits mailing list