Skip to content

Commit

Permalink
Merge b626f6a into f6ceed2
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Sep 27, 2018
2 parents f6ceed2 + b626f6a commit f2e36c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/services/discovery_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ def registration_check(druid)
{ dor_connection_error: true }
end

# For use by template
def skipped_files
files = ['Thumbs.db', '.DS_Store', manifest] # if these files are in the bundle directory but not in the manifest, they will be ignorned and not reported as missing
files << File.basename(content_md_creation[:smpl_manifest]) if using_smpl_manifest?
files
end

# @return [Boolean]
def using_smpl_manifest?
content_md_creation == "smpl_cm_style" && File.exist?(File.join(bundle_dir, bundle.bundle_context.smpl_manifest))
Expand Down

0 comments on commit f2e36c3

Please sign in to comment.