[webkit-dev] Can the build bot trigger be limited to trunk?

2010-11-04 Thread Dan Bernstein
As far as I can tell, all of the builders and testers use trunk, so changes to 
branches and tags should not trigger a build. Can the build bot be configured 
accordingly?
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Can the build bot trigger be limited to trunk?

2010-11-04 Thread William Siegrist
On Nov 4, 2010, at 7:51 PM, Dan Bernstein wrote:

 As far as I can tell, all of the builders and testers use trunk, so changes 
 to branches and tags should not trigger a build. Can the build bot be 
 configured accordingly?


Only commits to trunk will trigger builds. The two lines that accomplish this 
are:

http://trac.webkit.org/browser/trunk/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json#L214

http://trac.webkit.org/browser/trunk/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg#L434


-Bill


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev