Integrated latest build server stuff (except snapshots)

This commit is contained in:
Ciaran Gultnieks 2012-08-31 14:48:50 +01:00
parent 50eff15950
commit d9f404ba07
8 changed files with 117 additions and 50 deletions

View file

@ -3,6 +3,7 @@ set -e
rm -f buildserver.box
cd buildserver
vagrant up
sleep 5
vagrant ssh -c "sudo shutdown -h now"
cd ..
# Just to wait until it's shut down!