Commit c490156f73484a04a82c7417c5fb17c5482f35ba
1 parent
b96cb566
Exists in
master
and in
28 other branches
Removing solr from package generation
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
lib/tasks/release.rake
... | ... | @@ -187,8 +187,6 @@ EOF |
187 | 187 | mkdir "#{target}/tmp" |
188 | 188 | ln_s '../../../vendor/rails', "#{target}/vendor/rails" |
189 | 189 | cp "#{target}/config/database.yml.sqlite3", "#{target}/config/database.yml" |
190 | - # solr inclusion | |
191 | - Dir.chdir(target) { sh "rake solr:download" } | |
192 | 190 | |
193 | 191 | sh "cd #{target} && dpkg-buildpackage -us -uc -b" |
194 | 192 | end | ... | ... |