[SAC] Re: Please disable GDAL "Continuous Builds" on buildbot

Mateusz Loskot mateusz at loskot.net
Wed Nov 12 13:27:01 EST 2008


Ari Jolma pisze:
> Frank Warmerdam kirjoitti:
>> Mateusz,
>>
>> Could you please disable the rebuild-on-commit logic for 
>> telascience-quick?
>> I believe this is resulting in too much activity on the server.
> 
> I took out the telascience-quick by commenting out the addBuilder 
> command in a_telascience.py. There is also a common configuration object 
> in _common.py, which now (since Nov 3?) has config['quick'] = False. 
> These are both in /osgeo/buildbot/gdal/buildmaster/config

Ari,

To disable build on commit we only need to comment these lines
in master.cfg file of a buildbot instance:

from buildbot.changes.pb import PBChangeSource

and

c['change_source'] = PBChangeSource(prefix='trunk/')

I've fixed it for GDAL

Best regards,
-- 
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org


More information about the Sac mailing list