[Groonga-commit] groonga/groonga-normalizer-mysql at 3192e71 [master] apt: support debian stretch

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Oct 24 18:39:54 JST 2017


Kentaro Hayashi	2017-10-24 18:39:54 +0900 (Tue, 24 Oct 2017)

  New Revision: 3192e71f4af51740d2d87b7e7f73ef05f919bdd5
  https://github.com/groonga/groonga-normalizer-mysql/commit/3192e71f4af51740d2d87b7e7f73ef05f919bdd5

  Message:
    apt: support debian stretch

  Modified files:
    packages/apt/Vagrantfile

  Modified: packages/apt/Vagrantfile (+6 -0)
===================================================================
--- packages/apt/Vagrantfile    2017-10-24 18:39:39 +0900 (7d8d876)
+++ packages/apt/Vagrantfile    2017-10-24 18:39:54 +0900 (5c40f6e)
@@ -15,6 +15,12 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
       :box => "bento/debian-8.9",
     },
     {
+      :id => "debian-stretch-i386",
+      :box => "bento/debian-9.1-i386",
+    },
+    {
+      :id => "debian-stretch-amd64",
+      :box => "bento/debian-9.1",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171024/d5bebe35/attachment-0001.htm 



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