diff --git a/Berksfile b/Berksfile index a94e08d0..c2559990 100644 --- a/Berksfile +++ b/Berksfile @@ -5,7 +5,7 @@ source 'https://api.berkshelf.com' cookbook 'apt', '~> 2.3' cookbook 'yum-epel', '~> 0.3' -cookbook 'omnibus' +cookbook 'omnibus', '2.6.8' # Uncomment to use the latest version of the Omnibus cookbook from GitHub # cookbook 'omnibus', github: 'opscode-cookbooks/omnibus' diff --git a/Berksfile.lock b/Berksfile.lock index 8d8e1fa0..c8630602 100644 --- a/Berksfile.lock +++ b/Berksfile.lock @@ -1,28 +1,28 @@ DEPENDENCIES apt (~> 2.3) - omnibus + omnibus (= 2.6.8) yum-epel (~> 0.3) GRAPH 7-zip (1.0.2) windows (>= 1.2.2) - apt (2.6.1) - build-essential (2.1.3) - chef-sugar (2.5.0) - chef_handler (1.1.6) - homebrew (1.12.0) + apt (2.7.0) + build-essential (2.2.3) + chef-sugar (3.1.1) + chef_handler (1.2.0) + homebrew (1.13.0) build-essential (>= 2.1.2) - omnibus (2.5.2) + omnibus (2.6.8) 7-zip (~> 1.0) build-essential (~> 2.0) - chef-sugar (~> 2.0) + chef-sugar (~> 3.0) homebrew (~> 1.9) windows (~> 1.30) wix (~> 1.1) - windows (1.36.1) + windows (1.37.0) chef_handler (>= 0.0.0) wix (1.1.0) windows (>= 1.2.2) - yum (3.5.2) - yum-epel (0.6.0) - yum (~> 3.0) + yum (3.6.3) + yum-epel (0.6.2) + yum (~> 3.2) diff --git a/README.md b/README.md index 58a57d08..8d6b2e40 100644 --- a/README.md +++ b/README.md @@ -237,3 +237,7 @@ $ bundle exec kitchen login default-ubuntu-1204 For a complete list of all commands and platforms, run `kitchen list` or `kitchen help`. + +# License + +Treasure Agent package is released under the Apache2 license. diff --git a/Vagrantfile b/Vagrantfile index 00b45b68..350888da 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,6 +25,7 @@ Vagrant.configure('2') do |config| ubuntu-14.04 debian-6.0.10 debian-7.7 + debian-8.1 centos-5.11 centos-5.11-i386 centos-6.6 diff --git a/bin/pkg_build b/bin/pkg_build index 7c010f6c..ac50efa4 100755 --- a/bin/pkg_build +++ b/bin/pkg_build @@ -28,6 +28,7 @@ end unless ARGV.include?('--without-debian') platforms += [ + "debian-8.1", "debian-7.7", "debian-6.0.10" ]