[Groonga-commit] groonga/groonga at 5714cd0 [master] apt: use latest box

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Aug 25 18:53:11 JST 2017


Kentaro Hayashi	2017-08-25 18:53:11 +0900 (Fri, 25 Aug 2017)

  New Revision: 5714cd088e088a6fd1b92df963761cdc12144841
  https://github.com/groonga/groonga/commit/5714cd088e088a6fd1b92df963761cdc12144841

  Message:
    apt: use latest box

  Modified files:
    packages/apt/Vagrantfile

  Modified: packages/apt/Vagrantfile (+3 -3)
===================================================================
--- packages/apt/Vagrantfile    2017-08-25 14:27:25 +0900 (7dabe5e5f)
+++ packages/apt/Vagrantfile    2017-08-25 18:53:11 +0900 (a85b76cb8)
@@ -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����������������������������...
Download 



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