[Groonga-mysql-commit] mroonga/mroonga at 35f310b [master] apt: use latest box

アーカイブの一覧に戻る

Kentaro Hayashi null+****@clear*****
Fri Aug 25 19:01:13 JST 2017


Kentaro Hayashi	2017-08-25 19:01:13 +0900 (Fri, 25 Aug 2017)

  New Revision: 35f310b223c84acbb8bc6d1680e32648e4e84406
  https://github.com/mroonga/mroonga/commit/35f310b223c84acbb8bc6d1680e32648e4e84406

  Message:
    apt: use latest box

  Modified files:
    packages/apt/Vagrantfile

  Modified: packages/apt/Vagrantfile (+3 -3)
===================================================================
--- packages/apt/Vagrantfile    2017-08-25 18:31:01 +0900 (1b3e83ae)
+++ packages/apt/Vagrantfile    2017-08-25 19:01:13 +0900 (3e2d5f8e)
@@ -8,11 +8,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "debian-jessie-i386",
-      :box => "bento/debian-8.8-i386",
+      :box => "bento/debian-8.9-i386",
     },
     {
       :id => "debian-jessie-amd64",
-      :box => "bento/debian-8.8",
+      :box => "bento/debian-8.9",
     },
     {
       :id => "debian-stretch-i386",
@@ -20,7 +20,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     },
     {
       :id => "debian-stretch-amd64",
-      :box => "bento/debian-9.0",
+      :box => "bento/debian-9.1",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る