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

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Apr 25 18:44:31 JST 2016


HAYASHI Kentaro	2016-04-25 18:44:31 +0900 (Mon, 25 Apr 2016)

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

  Message:
    apt: use latest box
    
    debian 8.4 has been released, but latest box images are not published yet.

  Modified files:
    packages/apt/Vagrantfile

  Modified: packages/apt/Vagrantfile (+2 -2)
===================================================================
--- packages/apt/Vagrantfile    2016-04-25 18:30:12 +0900 (f57f46a)
+++ packages/apt/Vagrantfile    2016-04-25 18:44:31 +0900 (9d6ef5a)
@@ -8,11 +8,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "debian-jessie-i386",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.3-i386_chef-provisionerless.box",
+      :box_url => "http://packages.groonga.org/tmp/debian-8.4-i386.virtualbox.box",
     },
     {
       :id => "debian-jessie-amd64",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.3_chef-provisionerless.box",
+      :box_url => "http://packages.groonga.org/tmp/debian-8.4.virtualbox.box",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
Download 



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