Masafumi Yokoyama
null+****@clear*****
Fri Apr 24 18:02:46 JST 2015
Masafumi Yokoyama 2015-04-24 18:02:46 +0900 (Fri, 24 Apr 2015) New Revision: 89df05befd82397025a68b55e951ee313bf31c79 https://github.com/groonga/groonga/commit/89df05befd82397025a68b55e951ee313bf31c79 Message: packages apt: support Debian 8.0 (Jessie) TODO: add i386 Vagrant box Modified files: packages/apt/Makefile.am packages/apt/Vagrantfile Modified: packages/apt/Makefile.am (+1 -1) =================================================================== --- packages/apt/Makefile.am 2015-04-24 17:56:20 +0900 (484cb3f) +++ packages/apt/Makefile.am 2015-04-24 18:02:46 +0900 (9ccc3c9) @@ -1,7 +1,7 @@ REPOSITORIES_PATH = repositories DISTRIBUTIONS = debian ARCHITECTURES = i386 amd64 -CODE_NAMES = wheezy +CODE_NAMES = wheezy jessie KEYRING_PACKAGE = groonga-keyring KEYRING_VERSION = 2012.05.29 KEYRING_BASE_NAME = $(KEYRING_PACKAGE)-$(KEYRING_VERSION) Modified: packages/apt/Vagrantfile (+4 -0) =================================================================== --- packages/apt/Vagrantfile 2015-04-24 17:56:20 +0900 (238b7aa) +++ packages/apt/Vagrantfile 2015-04-24 18:02:46 +0900 (4a006e8) @@ -14,6 +14,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| :id => "debian-wheezy-amd64", :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box", }, + { + :id => "debian-jessie-amd64", + :box_url => "https://downloads.sourceforge.net/project/vagrantboxjessie/debian80.box", + }, ] vms.each do |vm| -------------- next part -------------- HTML����������������������������...다운로드