Skip to content

Commit

Permalink
Use grootfs from local repo preferably
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Scolari <[email protected]>
  • Loading branch information
glestaris authored and tscolari committed Oct 26, 2016
1 parent f36efc7 commit 1443187
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions playground/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.provision "shell", path: "provision.sh"
Vagrant.configure('2') do |config|
config.vm.box = 'ubuntu/xenial64'
config.vm.provision 'shell', path: 'provision.sh'
config.vm.synced_folder '../', '/root/go/src/code.cloudfoundry.org/grootfs'
end
2 changes: 1 addition & 1 deletion playground/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ install_groot() {
go get github.com/fouralarmfire/grootsay

# Clone them all
go get code.cloudfoundry.org/grootfs
[ ! -d $HOME/go/src/code.cloudfoundry.or/grootfs ] && go get code.cloudfoundry.org/grootfs
go get code.cloudfoundry.org/grootfs-bench

# Build grootfs and move binaries around
Expand Down

0 comments on commit 1443187

Please sign in to comment.