Go to file
2012-02-18 14:37:43 +00:00
build Metadata: enabled OpenDocument reader 2012-02-11 15:26:38 +00:00
metadata Merge commit 'refs/merge-requests/66' of git://gitorious.org/f-droid/fdroidserver into merge-requests/66 2012-02-18 12:29:31 +00:00
stats Stats, etc. 2012-02-18 12:57:58 +00:00
.gitignore Forgot to gitignore unsigned directory 2012-02-04 09:48:25 +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.