[Python-Dev] buildbot

"Martin v. Löwis" martin at v.loewis.de
Tue Jan 3 09:23:23 CET 2006


Neal Norwitz wrote:
> If adding a slave for the trunk:
[...]
> If adding a slave for the 2.4 branch:

Currently, branches are not supported, because buildbot is
somewhat limited. When I get a solution for this problem,
I plan to have all buildbots build both the trunk and the
2.4 branch; such builds would only be initiated whenever
something is committed on the branch.

> To ensure buildbot is started on reboot:
> 
>    (crontab -l | egrep -v '^#' ; echo "@reboot /usr/bin/buildbot start
> $DIR") | crontab -

AFAICT, this assumes Vixie cron, which is fine for Linux,
but I don't think it would work on, say, Solaris (atleast
I couldn't find anything in the documentation of Solaris
cron that suggests "@reboot" lines are supported).

Regards,
Martin


More information about the Python-Dev mailing list