Navigation Menu

Skip to content

Commit

Permalink
Use local repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 8, 2015
1 parent fea94ab commit b0cb944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/windows/Vagrantfile
Expand Up @@ -21,6 +21,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu-14.04-x86_64"
config.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box"

config.vm.synced_folder("../../", "/rroonga")

config.vm.provider("virtualbox") do |vb|
vb.gui = false
used_n_cpus = available_n_cpus
Expand Down
2 changes: 1 addition & 1 deletion build/windows/user-build.sh
Expand Up @@ -31,7 +31,7 @@ ruby_install_with_bundler $RUBY20
ruby_install_with_bundler $RUBY21

if [ ! -d ~/rroonga ]; then
git clone https://github.com/ranguba/rroonga.git ~/rroonga
git clone file:///rroonga/.git ~/rroonga
fi

cd ~/rroonga
Expand Down

0 comments on commit b0cb944

Please sign in to comment.