[Groonga-commit] groonga/groonga at 1e6379f [master] packages yum: use simple way

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Dec 26 13:12:47 JST 2016


Kentaro Hayashi	2016-12-26 13:12:47 +0900 (Mon, 26 Dec 2016)

  New Revision: 1e6379fac5409d79e8e18970060d5eda24ad0c3a
  https://github.com/groonga/groonga/commit/1e6379fac5409d79e8e18970060d5eda24ad0c3a

  Message:
    packages yum: use simple way

  Modified files:
    packages/yum/Vagrantfile

  Modified: packages/yum/Vagrantfile (+5 -5)
===================================================================
--- packages/yum/Vagrantfile    2016-12-26 12:41:04 +0900 (e1cd9ed)
+++ packages/yum/Vagrantfile    2016-12-26 13:12:47 +0900 (d2797ee)
@@ -8,23 +8,23 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "centos-5-i386",
-      :box_url => "https://atlas.hashicorp.com/bento/boxes/centos-5.11-i386/versions/2.3.1/providers/virtualbox.box",
+      :box_url => "bento/centos-5.11-i386",
     },
     {
       :id => "centos-5-x86_64",
-      :box_url => "https://atlas.hashicorp.com/bento/boxes/centos-5.11/versions/2.3.1/providers/virtualbox.box",
+      :box_url => "bento/centos-5.11",
     },
     {
       :id => "centos-6-i386",
-      :box_url => "https://atlas.hashicorp.com/bento/boxes/centos-6.8-i386/versions/2.3.1/providers/virtualbox.box",
+      :box_url => "bento/centos-6.8-i386",
     },
     {
       :id => "centos-6-x86_64",
-      :box_url => "https://atlas.hashicorp.com/bento/boxes/centos-6.8/versions/2.3.1/providers/virtualbox.box",
+      :box_url => "bento/centos-6.8",
     },
     {
       :id => "centos-7-x86_64",
-      :box_url => "https://atlas.hashicorp.com/bento/boxes/centos-7.3/versions/2.3.2/providers/virtualbox.box",
+      :box_url => "bento/centos-7.3",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
Download 



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