[Groonga-mysql-commit] mroonga/mroonga at e953129 [master] apt: use :box to use latest box

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Mar 24 12:15:28 JST 2017


Kentaro Hayashi	2017-03-24 12:15:28 +0900 (Fri, 24 Mar 2017)

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

  Message:
    apt: use :box to use latest box

  Modified files:
    packages/apt/Vagrantfile

  Modified: packages/apt/Vagrantfile (+2 -2)
===================================================================
--- packages/apt/Vagrantfile    2017-03-17 14:20:26 +0900 (301c300)
+++ packages/apt/Vagrantfile    2017-03-24 12:15:28 +0900 (923dc59)
@@ -8,11 +8,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "debian-jessie-i386",
-      :box_url => "https://atlas.hashicorp.com/bento/boxes/debian-8.6-i386/versions/2.3.0/providers/virtualbox.box",
+      :box => "bento/debian-8.7-i386",
     },
     {
       :id => "debian-jessie-amd64",
-      :box_url => "https://atlas.hashicorp.com/bento/boxes/debian-8.6/versions/2.3.0/providers/virtualbox.box",
+      :box => "bento/debian-8.7",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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