[Groonga-mysql-commit] mroonga/mroonga at c572409 [master] apt: use latest bento box

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Jul 21 16:24:52 JST 2017


Kentaro Hayashi	2017-07-21 16:24:52 +0900 (Fri, 21 Jul 2017)

  New Revision: c572409167967bd5aedbea444119d08bb84a7d5a
  https://github.com/mroonga/mroonga/commit/c572409167967bd5aedbea444119d08bb84a7d5a

  Message:
    apt: use latest bento box
    
    Note that debian 9.0 i386 box is not shipped yet.

  Modified files:
    packages/apt/Vagrantfile

  Modified: packages/apt/Vagrantfile (+3 -11)
===================================================================
--- packages/apt/Vagrantfile    2017-07-21 15:33:17 +0900 (caec065)
+++ packages/apt/Vagrantfile    2017-07-21 16:24:52 +0900 (1b3e83a)
@@ -6,21 +6,13 @@ VAGRANTFILE_API_VERSION = "2"
 
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
-    # {
-    #   :id => "debian-jessie-i386",
-    #   :box => "bento/debian-8.7-i386",
-    # },
-    # {
-    #   :id => "debian-jessie-amd64",
-    #   :box => "bento/debian-8.7",
-    # },
     {
       :id => "debian-jessie-i386",
-      :box_url => "http://packages.groonga.org/tmp/debian-8.8-i386.virtualbox.box",
+      :box => "bento/debian-8.8-i386",
     },
     {
       :id => "debian-jessie-amd64",
-      :box_url => "http://packages.groonga.org/tmp/debian-8.8.virtualbox.box",
+      :box => "bento/debian-8.8",
     },
     {
       :id => "debian-stretch-i386",
@@ -28,7 +20,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     },
     {
       :id => "debian-stretch-amd64",
-      :box_url => "http://packages.groonga.org/tmp/debian-9.0.virtualbox.box",
+      :box => "bento/debian-9.0",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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