summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorchris <chris@opscodes-macbook-pro-2.local>2009-12-07 20:14:06 +0000
committerchris <chris@opscodes-macbook-pro-2.local>2009-12-07 21:11:29 +0000
commit61062af189251010d5cc8b1afa7fc20f32795773 (patch)
treef8d79c7c052b84115994dd50d0a8b8bc4e85c040 /Rakefile
parentaa9e71ea425ed25ccb2a5c8b30f950160909c018 (diff)
downloadchef-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--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 72b45f408a..fcfa40b221 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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