Skip to content

Commit

Permalink
Revert "Downgrade FITS to 1.0.5. Fixes samvera#1175"
Browse files Browse the repository at this point in the history
This reverts commit f9fba1e.
  • Loading branch information
sephirothkod authored Jul 13, 2017
1 parent ca79062 commit de3d055
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .ebextensions/fits.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Pinning to 1.0.5 until https://github.com/harvard-lts/fits/issues/140 is resolved
sources:
/opt/fits: http://s3.amazonaws.com/hybox-deployment-artifacts/fits-1.0.5.zip
/opt/fits: http://s3.amazonaws.com/hybox-deployment-artifacts/fits-1.1.0.zip

container_commands:
01_symlink_fits:
command: ln -sf /opt/fits/fits-1.0.5/fits.sh /usr/local/bin/fits.sh
command: ln -sf /opt/fits/fits-1.1.0/fits.sh /usr/local/bin/fits.sh
02_chmod_fits:
command: chmod a+x /opt/fits/fits-1.0.5/*.sh
command: chmod a+x /opt/fits/fits-1.1.0/*.sh

0 comments on commit de3d055

Please sign in to comment.