Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
fix Travis failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Coble committed Nov 19, 2013
1 parent ec45c61 commit 4e7a78f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ before_script:
- "cp config/log4r_batch_processor.yml.sample config/log4r_batch_processor.yml"
- "cp config/log4r_fixity_check.yml.sample config/log4r_fixity_check.yml"
- "cp config/database.yml.sample config/database.yml"
- "cp config/folder_ingest.yml.sample config/folder_ingest.yml"
- "cp config/role_map_test.yml.sample config/role_map_test.yml"
- "cp config/solr.yml.sample config/solr.yml"
- "cp config/fedora.yml.sample config/fedora.yml"
Expand Down
10 changes: 10 additions & 0 deletions config/folder_ingest.yml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
config:
file_model: Model
file_creators:
ABC: Alpha Bravo Charlie
files:
mount_points:
base_folder: /mnt/point/
permissions:
user_user_key:
- base_folder/base_subfolder/

0 comments on commit 4e7a78f

Please sign in to comment.