[Groonga-commit] groonga/groonga at 988d662 [master] packages: use latest vagrant box

Back to archive index

Kentaro Hayashi null+****@clear*****
Thu Jan 25 17:18:45 JST 2018


Kentaro Hayashi	2018-01-25 17:18:45 +0900 (Thu, 25 Jan 2018)

  New Revision: 988d662f999b5ba19bde308615d46942d0b4fbb6
  https://github.com/groonga/groonga/commit/988d662f999b5ba19bde308615d46942d0b4fbb6

  Message:
    packages: use latest vagrant box

  Modified files:
    packages/apt/Vagrantfile

  Modified: packages/apt/Vagrantfile (+3 -3)
===================================================================
--- packages/apt/Vagrantfile    2018-01-22 16:30:05 +0900 (1f7fa70b2)
+++ packages/apt/Vagrantfile    2018-01-25 17:18:45 +0900 (09cf08aa5)
@@ -8,11 +8,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "debian-jessie-i386",
-      :box => "bento/debian-8.9-i386",
+      :box => "bento/debian-8.10-i386",
     },
     {
       :id => "debian-jessie-amd64",
-      :box => "bento/debian-8.9",
+      :box => "bento/debian-8.10",
     },
     {
       :id => "debian-stretch-i386",
@@ -20,7 +20,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     },
     {
       :id => "debian-stretch-amd64",
-      :box => "bento/debian-9.2",
+      :box => "bento/debian-9.3",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180125/3eb60975/attachment-0001.htm 



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