[Groonga-commit] groonga/groonga-normalizer-mysql at 4336252 [master] package apt: update boxes

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jul 17 17:56:54 JST 2018


Kouhei Sutou	2018-07-17 17:56:54 +0900 (Tue, 17 Jul 2018)

  New Revision: 4336252a717a137cb4c722f8f2ed2151b3bac19d
  https://github.com/groonga/groonga-normalizer-mysql/commit/4336252a717a137cb4c722f8f2ed2151b3bac19d

  Message:
    package apt: update boxes

  Modified files:
    packages/apt/Vagrantfile

  Modified: packages/apt/Vagrantfile (+2 -10)
===================================================================
--- packages/apt/Vagrantfile    2018-07-17 17:52:55 +0900 (5c40f6e)
+++ packages/apt/Vagrantfile    2018-07-17 17:56:54 +0900 (614f685)
@@ -7,20 +7,12 @@ VAGRANTFILE_API_VERSION = "2"
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
-      :id => "debian-jessie-i386",
-      :box => "bento/debian-8.9-i386",
-    },
-    {
-      :id => "debian-jessie-amd64",
-      :box => "bento/debian-8.9",
-    },
-    {
       :id => "debian-stretch-i386",
-      :box => "bento/debian-9.1-i386",
+      :box => "bento/debian-9.5-i386",
     },
     {
       :id => "debian-stretch-amd64",
-      :box => "bento/debian-9.1",
+      :box => "bento/debian-9.5",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180717/bb89cac6/attachment-0001.htm 



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