samvera / active_fedora

A Rails interface to the Fedora repository, akin to ActiveModel
Other
54 stars 63 forks source link

Force overwrite of `solr/conf` files if they have changes #1400

Closed no-reply closed 5 years ago

no-reply commented 5 years ago

Blacklight generates Solr configuration into solr/conf. Since ActiveFedora now generates its configurations into the same directory, any differing files will be treated as conflicts by Rails::Generators::Base. Adding force: true to the step that copies these files ensures that the AF versions of these files are installed without requiring confusing user feedback at generation time.

no-reply commented 5 years ago

prerequisite to #1399