HAYASHI Kentaro
null+****@clear*****
Sat Apr 25 20:29:01 JST 2015
HAYASHI Kentaro 2015-04-25 20:29:01 +0900 (Sat, 25 Apr 2015) New Revision: cc11b93303c4cf48f1ea1dc425bbde1cbe160631 https://github.com/groonga/groonga/commit/cc11b93303c4cf48f1ea1dc425bbde1cbe160631 Message: packages: use self build box image for a moment Note that this box image is based on jessie rc3, replace to official box when jessie based box is released from Chef Software, Inc. Modified files: packages/apt/Vagrantfile Modified: packages/apt/Vagrantfile (+5 -1) =================================================================== --- packages/apt/Vagrantfile 2015-04-25 00:05:55 +0900 (4a006e8) +++ packages/apt/Vagrantfile 2015-04-25 20:29:01 +0900 (4142ae3) @@ -15,8 +15,12 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box", }, { + :id => "debian-jessie-i386", + :box_url => "http://packages.groonga.org/tmp/opscode_debian-8.0-i386_chef-provisionerless.box", + }, + { :id => "debian-jessie-amd64", - :box_url => "https://downloads.sourceforge.net/project/vagrantboxjessie/debian80.box", + :box_url => "http://packages.groonga.org/tmp/opscode_debian-8.0_chef-provisionerless.box", }, ] -------------- next part -------------- HTML����������������������������...Download