diff options
author | Adam Jacob <adam@opscode.com> | 2009-06-04 19:09:37 -0700 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2009-06-04 19:09:37 -0700 |
commit | 8d17a2039513e24631688041ef1fcecbbfb412a2 (patch) | |
tree | e1227cc336f3e3d11ebbda93024ec71173562ad3 /Rakefile | |
parent | 03e82976e24cb36db6be64a2da629aa18ab2bcf7 (diff) | |
download | chef-8d17a2039513e24631688041ef1fcecbbfb412a2.tar.gz |
Removing the example-repository, since it only leads to confusion
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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| |