[Groonga-commit] ranguba/rroonga at b0cb944 [master] Use local repository

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 8 14:09:01 JST 2015


Kouhei Sutou	2015-01-08 14:09:01 +0900 (Thu, 08 Jan 2015)

  New Revision: b0cb9443f8d47312f0d88777ced7a84ec126d85c
  https://github.com/ranguba/rroonga/commit/b0cb9443f8d47312f0d88777ced7a84ec126d85c

  Message:
    Use local repository

  Modified files:
    build/windows/Vagrantfile
    build/windows/user-build.sh

  Modified: build/windows/Vagrantfile (+2 -0)
===================================================================
--- build/windows/Vagrantfile    2015-01-08 11:35:37 +0900 (a88d13e)
+++ build/windows/Vagrantfile    2015-01-08 14:09:01 +0900 (8324303)
@@ -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

  Modified: build/windows/user-build.sh (+1 -1)
===================================================================
--- build/windows/user-build.sh    2015-01-08 11:35:37 +0900 (e1a3075)
+++ build/windows/user-build.sh    2015-01-08 14:09:01 +0900 (7db74ed)
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index