Created
March 31, 2014 20:15
-
-
Save mikeclarke/9901233 to your computer and use it in GitHub Desktop.
sentry software config for omnibus-ruby. should be added to an omnibus project in `config/software/sentry.rb`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name "sentry" | |
default_version "6.4.4" | |
dependency "python" | |
dependency "pip" | |
build do | |
command "#{install_dir}/embedded/bin/pip install -I --install-option=\"--install-scripts=#{install_dir}/bin\" #{name}==#{version}" | |
command "rm -rf #{install_dir}/embedded/lib/python2.7/site-packages/sentry/static/CACHE/sentry/bootstrap/.git*" | |
command "rm -rf #{install_dir}/embedded/lib/python2.7/site-packages/sentry/static/sentry/bootstrap/.git*" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment