[Groonga-commit] groonga/groonga-normalizer-mysql at bf6eabf [master] yum: simplify configuration

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Oct 24 18:30:07 JST 2017


Kentaro Hayashi	2017-10-24 18:30:07 +0900 (Tue, 24 Oct 2017)

  New Revision: bf6eabfd71351c37652dbc005d10b79dac8eed90
  https://github.com/groonga/groonga-normalizer-mysql/commit/bf6eabfd71351c37652dbc005d10b79dac8eed90

  Message:
    yum: simplify configuration

  Modified files:
    packages/yum/Vagrantfile

  Modified: packages/yum/Vagrantfile (+4 -5)
===================================================================
--- packages/yum/Vagrantfile    2017-10-24 18:26:13 +0900 (a94922a)
+++ packages/yum/Vagrantfile    2017-10-24 18:30:07 +0900 (2c479b4)
@@ -8,22 +8,21 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "centos-6-i386",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7-i386_chef-provisionerless.box",
+      :box => "bento/centos-6.9-i386",
     },
     {
       :id => "centos-6-x86_64",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7_chef-provisionerless.box",
+      :box => "bento/centos-6.9",
     },
     {
       :id => "centos-7-x86_64",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.2_chef-provisionerless.box",
+      :box => "bento/centos-7.4",
     },
   ]
 
   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]
       node.vm.provision(:shell, :path => "build-rpm.sh")
     end
   end
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171024/1e2432a4/attachment-0001.htm 



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