6 Commits

Author SHA1 Message Date
Xiang Li 548a8432e2 script/vagrant: cp the build target to usr bin
Before this change, when I run `sudo rkt trust` it fails. I hope
we can also install rkt under usr/local/bin by default. So our
users can have a better experience when following our rkt basic
tutorial.
This issue was introduced by a recent script rewrote (#652)
2015-05-11 12:47:26 -07:00
Jonathan Boulle 79753c9b19 *: rocket -> rkt 2015-03-31 16:31:21 -07:00
John Brooker 4e83495d92 Vagrant: Bug no squashfs-tools.
Last change introduced in issue where the
squashfs tools were no longer installed if missing.

This corrects that issue
2015-03-25 14:08:00 -07:00
John Brooker 7cf5294b09 Vagrant: Build checked out Rocket
Previously the vagrant configuration would grab the last release
of Rocket to build. Now Rocket will be built on whatever is in the
checked out git repository (/vagrant inside the VM)

This will allow testing of changes to Rocket using the "vagrant
provision" command.
It will also automatically use the latest rocket version.

Assumes ./build script handles cleanup.

Go and APPC versions still manually configured in provisioning scripts
2015-03-20 17:05:35 -07:00
John Brooker dc54aa7c60 Vagrant - Bump APPC and Rocket versions. 2015-03-20 16:14:43 -07:00
John Brooker 2d332338c7 Vagrant move scripts to scripts/vagrant
Move the Vagrant install scripts to a more
meaningfully named directory: scripts/vagrant.
2015-02-26 09:42:32 -08:00