On Wed, 2011-03-23 at 13:25 -0300, Guilherme Salgado wrote:
Hi Michael,
That wiki page[1] gave me a good overview of the build service; I have only a couple questions.
Also, even though I didn't actually read most of the code, I saw some shell script to configure the build slave and I'm wondering if you think it'd be worth using something like puppet for that instead. The scripts seem small enough at this point, so it may not worth the effort at this point, but I'm sure they'll grow over time and we don't want to end up with a mess similar to the old l-m-c.
After reading this I realize what I meant may not be clear...
What I meant is to use puppet manifests to describe the resources we need to build android and then run 'puppet apply <manifest>' on the newly instantiated slave to have it configured.
We could also use that for the build master, just in case it ever dies or we want to migrate it to our own cloud infrastructure.