Skip to content

Commit

Permalink
Revert "Revert "Downgrade FITS to 1.0.5. Fixes samvera#1175""
Browse files Browse the repository at this point in the history
This reverts commit b24746e.
  • Loading branch information
sephirothkod authored Jul 13, 2017
1 parent 0cdb47a commit 8900e7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .ebextensions/fits.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 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.1.0.zip
/opt/fits: http://s3.amazonaws.com/hybox-deployment-artifacts/fits-1.0.5.zip

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

0 comments on commit 8900e7d

Please sign in to comment.