exhibits_solr_conf 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4053b33daa9e205060a42654637864d484d57909
|
4
|
+
data.tar.gz: c766f0573b1b406b603954a8cb4e1452a9c4c013
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cdc3897137cb460301373ae657427a05d7e26a1fe339c9a41bfdac55b680d241e04f992ef6c4b96754e77d8eee0e38f2fc27d2441e9c965da8791d5e4a8278f
|
7
|
+
data.tar.gz: c4fb71ef3800ae32d3bc671a06b67dd7e3b07aa648f1e97cca9d95875c50fe02c9e463bf17e58c640b5f5a78ba2b3dd133117a02acd6d42f32d5e29d071a8c0b
|
@@ -4,7 +4,7 @@ namespace :exhibits do
|
|
4
4
|
desc 'Copies exhibits Solr config files to Solr in testing server'
|
5
5
|
task :configure_solr, :solr_conf_dir do |_task, args|
|
6
6
|
args.with_defaults solr_conf_dir: DEFAULT_SOLR_CONF_DIR
|
7
|
-
solr_conf_dir_path = File.join(File.dirname(__FILE__), '/../../../solr_conf_4_testing')
|
7
|
+
solr_conf_dir_path = File.expand_path(File.join(File.dirname(__FILE__), '/../../../solr_conf_4_testing'))
|
8
8
|
Dir["#{solr_conf_dir_path}/*"].each do |fname|
|
9
9
|
cp(fname, args.solr_conf_dir, verbose: true)
|
10
10
|
end
|