summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-06-04 19:09:37 -0700
committerAdam Jacob <adam@opscode.com>2009-06-04 19:09:37 -0700
commit8d17a2039513e24631688041ef1fcecbbfb412a2 (patch)
treee1227cc336f3e3d11ebbda93024ec71173562ad3 /Rakefile
parent03e82976e24cb36db6be64a2da629aa18ab2bcf7 (diff)
downloadchef-8d17a2039513e24631688041ef1fcecbbfb412a2.tar.gz
Removing the example-repository, since it only leads to confusion
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Rakefile b/Rakefile
index 5d80013a51..c47215ea3d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -112,15 +112,6 @@ task :dev => "dev:install" do
end
namespace :dev do
- desc "Install a Devel instance of Chef with the example-repository"
- task :install do
- gems.each do |dir|
- Dir.chdir(dir) { sh "rake install" }
- end
- Dir.chdir("example-repository") { sh("rake install") }
- end
-
-
desc "Install a test instance of Chef for doing features against"
task :features do
gems.each do |dir|