[Groonga-commit] groonga/groonga at e48c68d [master] apt: use latest official box

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Jul 21 15:56:02 JST 2017


Kentaro Hayashi	2017-07-21 15:56:02 +0900 (Fri, 21 Jul 2017)

  New Revision: e48c68dcbd5dc7273efec95143451f095a0153d6
  https://github.com/groonga/groonga/commit/e48c68dcbd5dc7273efec95143451f095a0153d6

  Message:
    apt: use latest official box
    
    Note that debian 9 i386 box is not shipped yet.
    
    Signed-off-by: Kentaro Hayashi <hayashi �� clear-code.com>

  Modified files:
    packages/apt/Vagrantfile

  Modified: packages/apt/Vagrantfile (+3 -11)
===================================================================
--- packages/apt/Vagrantfile    2017-07-21 15:20:06 +0900 (fc5872f)
+++ packages/apt/Vagrantfile    2017-07-21 15:56:02 +0900 (7dabe5e)
@@ -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����������������������������...
Télécharger 



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