[Opensrf-commits] r2159 - trunk/examples (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Jan 30 23:36:16 EST 2011


Author: dbs
Date: 2011-01-30 23:36:13 -0500 (Sun, 30 Jan 2011)
New Revision: 2159

Modified:
   trunk/examples/buildbot.cfg
Log:
To specify trunk in the ChangeFilter, use branch=None

At least, that's how I'm reading the buildbot docs at this time of night:
http://buildbot.net/buildbot/docs/current/Change-Filters.html


Modified: trunk/examples/buildbot.cfg
===================================================================
--- trunk/examples/buildbot.cfg	2011-01-31 04:22:23 UTC (rev 2158)
+++ trunk/examples/buildbot.cfg	2011-01-31 04:36:13 UTC (rev 2159)
@@ -35,7 +35,7 @@
 
 ####### FILTERS
 from buildbot.schedulers.filter import ChangeFilter
-trunk_filter = ChangeFilter(branch="trunk")
+trunk_filter = ChangeFilter(branch=None)
 rel_1_6_filter = ChangeFilter(branch="branches/rel_1_6")
 rel_2_0_filter = ChangeFilter(branch="branches/rel_2_0")
 



More information about the opensrf-commits mailing list