[Buildbot-devel] repo and gerrit support to buildbot

Pierre Tardy tardyp at gmail.com
Fri Oct 15 08:30:13 UTC 2010


Those patches implement second level of support of repo and gerrit to buildbot.

repo source fetcher fetches very big repo (android needs 2GB+ to
download before compiling first line of java...), using bootstrap
tarball if available. It try its best to not download everything back
at each build, but rather keep source tree clean. It is able to fetch
not yet merged patchsets
gerritchangesource connects to the gerrit ssh server to get changes
information as it comes.
status_gerrit pushes build results to the review server.

the three modules communicates with each other via build properties.

Source code and review welcome here:
http://github.com/buildbot/buildbot/pull/17

Regards
Pierre




More information about the devel mailing list