Go to file
2012-02-03 17:32:37 +00:00
build Metadata: added pagereader (but disabled until version code starts updating) 2012-02-03 15:12:25 +00:00
metadata Metadata: updated AndroSS to 0.4.3 2012-02-03 17:32:37 +00:00
stats Stats, etc 2012-01-29 22:24:22 +00:00
.gitignore Work in progress on integrating build server 2012-02-03 16:01:35 +00:00
COPYING Initial files 2010-10-21 23:26:38 +01:00
fdroid-icon.png Icon for repository 2010-12-17 11:00:18 +00:00
README.buildserver Work in progress on integrating build server 2012-02-03 16:01:35 +00:00

Setting up a build server:

1. Install VirtualBox, vagrant and vagrant-snap
2. In the buildserver directory, run 'vagrant up'. Will take a long time.
3. Log in with 'vagrant ssh'
4. Check it all looks ok, then 'sudo shutdown -h now'
5. Back in the main directory, run 'VBoxManage listvms' look for
   buildserver_xxxx
6. Run 'vagrant package --base buildserver_xxxx --output buildserver.box'.
   Will take a while.
7. You should now have a new 'buildserver.box'

You should now be able to use the --server option on build.py and builds will
take place in the clean, secure, isolated environment of a fresh virtual
machine for each app built.