diff options
author | chris <chris@opscodes-macbook-pro-2.local> | 2009-12-07 20:14:06 +0000 |
---|---|---|
committer | chris <chris@opscodes-macbook-pro-2.local> | 2009-12-07 21:11:29 +0000 |
commit | 61062af189251010d5cc8b1afa7fc20f32795773 (patch) | |
tree | f8d79c7c052b84115994dd50d0a8b8bc4e85c040 /Rakefile | |
parent | aa9e71ea425ed25ccb2a5c8b30f950160909c018 (diff) | |
download | chef-61062af189251010d5cc8b1afa7fc20f32795773.tar.gz |
CHEF-542: cookbook tarball CRUD, which necessitated CHEF-754: repositories configured in the cookbook_path are no longer overlayed in reverse order.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -290,6 +290,10 @@ namespace :features do Cucumber::Rake::Task.new(:cookbooks) do |t| t.profile = "api_cookbooks" end + + Cucumber::Rake::Task.new(:cookbook_tarballs) do |t| + t.profile = "api_cookbooks_tarballs" + end end namespace :data do |