Navigation Menu

Skip to content

Commit

Permalink
apt: drop wheezy support because of EOL (April 26th, 2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 24, 2016
1 parent 6cec673 commit dba695f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
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 jessie
CODE_NAMES = jessie

all:

Expand Down
8 changes: 0 additions & 8 deletions packages/apt/Vagrantfile
Expand Up @@ -6,14 +6,6 @@ VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vms = [
{
:id => "debian-wheezy-i386",
:box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.9-i386_chef-provisionerless.box",
},
{
:id => "debian-wheezy-amd64",
:box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.9_chef-provisionerless.box",
},
{
:id => "debian-jessie-i386",
:box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.3-i386_chef-provisionerless.box",
Expand Down

0 comments on commit dba695f

Please sign in to comment.