Commit 3934c1e6d89ffb5f52a565fd78c11a425673686e
1 parent
f3959118
Exists in
master
and in
29 other branches
plugins/solr: disable automatic solr download
Just enabling the plugin (as when running plugins tests) will cause a HUGE download to be made.
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
plugins/solr/install.rb
@@ -8,7 +8,6 @@ Dir[tasks_dir].each do |file| | @@ -8,7 +8,6 @@ Dir[tasks_dir].each do |file| | ||
8 | load file | 8 | load file |
9 | end | 9 | end |
10 | 10 | ||
11 | -begin | ||
12 | - Rake::Task['solr:download'].invoke | ||
13 | -rescue Exception => exception | ||
14 | -end | 11 | +puts 'To download solr:' |
12 | +puts '$ cd plugins/solr' | ||
13 | +puts '$ rake solr:download' |