[Buildbot-devel] config questions for svn
Mark Garboden
emailit2me at verizon.net
Fri Dec 16 04:20:31 UTC 2005
Brad Hards wrote:
>On Friday 16 December 2005 11:23 am, Mark Garboden wrote:
>
>
>>I am having trouble getting things working right when using
>>svn_buildbot.py. If I pick a revision where only files in project2 changed,
>>and run svn_buildbot.py, all my projects will build.
>>
>>
>You need to use the bonus argument to Scheduler, which checks if a particular change should cause a build to be scheduled, or not.
>
>Does this help?
>
>Brad
>
>
Yes, that was it!
I saw documentation about fileIsImportant ("... used by the
|isFileImportant| function ... to decide whether it is worth triggering
a new build or not") but this didn't seem like what I wanted. This
seemed like a build would be triggered but not yet executed, similar to
the discussion about the accumulating Scheduler.
Thanks again.
More information about the devel
mailing list