[Groonga-commit] groonga/groonga at 41d3a8a [master] packages yum: use correct box name

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Dec 26 22:33:16 JST 2016


Kentaro Hayashi	2016-12-26 22:33:16 +0900 (Mon, 26 Dec 2016)

  New Revision: 41d3a8a0398d9afea6977fbefefe2569fd8f9452
  https://github.com/groonga/groonga/commit/41d3a8a0398d9afea6977fbefefe2569fd8f9452

  Message:
    packages yum: use correct box name

  Modified files:
    packages/yum/Vagrantfile

  Modified: packages/yum/Vagrantfile (+1 -2)
===================================================================
--- packages/yum/Vagrantfile    2016-12-26 22:32:01 +0900 (62e81f8)
+++ packages/yum/Vagrantfile    2016-12-26 22:33:16 +0900 (f762af6)
@@ -30,8 +30,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
 
   vms.each do |vm|
     config.vm.define(vm[:id]) do |node|
-      node.vm.box = vm[:id]
-      node.vm.box_url = vm[:box_url]
+      node.vm.box = vm[:box]
       hour_in_seconds = 60 * 60
       node.vm.boot_timeout = 1 * hour_in_seconds
       node.vm.provision(:shell, :privileged => false, :path => "build-rpm.sh")
-------------- next part --------------
HTML����������������������������...
Download 



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