Confirmed users
1,905
edits
(Created page with "An amazon EC2 VM is acting as a build machine for B2G builds. It builds qemu for each github commit to https://github.com/andreasgal/B2G.") |
No edit summary |
||
| Line 1: | Line 1: | ||
An amazon EC2 VM is acting as a build machine for B2G builds. It builds qemu for each github commit to https://github.com/andreasgal/B2G. | An amazon EC2 VM is acting as a build machine for B2G builds. It builds qemu for each github commit to https://github.com/andreasgal/B2G. The build results are available at http://builder.boot2gecko.org/. | ||
== Setup == | |||
The machine uses [https://github.com/apenwarr/gitbuilder gitbuilder] to make the builds. Gitbuilder is installed at <code>/data/gitbuilder</code>, and the B2G repo that gitbuilder uses is at <code>/data/gitbuilder/build</code>. | |||