[Groonga-commit] groonga/groonga at d2c43cc [master] packages yum: drop needless suffix

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Dec 26 22:32:01 JST 2016


Kentaro Hayashi	2016-12-26 22:32:01 +0900 (Mon, 26 Dec 2016)

  New Revision: d2c43ccff8a49bb6cb5a1a2627af44027dcf6f99
  https://github.com/groonga/groonga/commit/d2c43ccff8a49bb6cb5a1a2627af44027dcf6f99

  Message:
    packages yum: drop needless suffix

  Modified files:
    packages/yum/Vagrantfile

  Modified: packages/yum/Vagrantfile (+5 -5)
===================================================================
--- packages/yum/Vagrantfile    2016-12-26 16:11:48 +0900 (d2797ee)
+++ packages/yum/Vagrantfile    2016-12-26 22:32:01 +0900 (62e81f8)
@@ -8,23 +8,23 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "centos-5-i386",
-      :box_url => "bento/centos-5.11-i386",
+      :box => "bento/centos-5.11-i386",
     },
     {
       :id => "centos-5-x86_64",
-      :box_url => "bento/centos-5.11",
+      :box => "bento/centos-5.11",
     },
     {
       :id => "centos-6-i386",
-      :box_url => "bento/centos-6.8-i386",
+      :box => "bento/centos-6.8-i386",
     },
     {
       :id => "centos-6-x86_64",
-      :box_url => "bento/centos-6.8",
+      :box => "bento/centos-6.8",
     },
     {
       :id => "centos-7-x86_64",
-      :box_url => "bento/centos-7.3",
+      :box => "bento/centos-7.3",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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