Navigation Menu

Skip to content

Commit

Permalink
packages apt: support Debian 8.0 (Jessie)
Browse files Browse the repository at this point in the history
TODO: add i386 Vagrant box
  • Loading branch information
Masafumi Yokoyama committed Apr 24, 2015
1 parent 31a463c commit 89df05b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apt/Makefile.am
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions packages/apt/Vagrantfile
Expand Up @@ -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|
Expand Down

0 comments on commit 89df05b

Please sign in to comment.