Skip to content

Instantly share code, notes, and snippets.

@mikeclarke
Created March 31, 2014 20:15
Show Gist options
  • Save mikeclarke/9901233 to your computer and use it in GitHub Desktop.
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`
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