Skip to content

Rethought/sentry-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry debian package maker

The code in this repository creates a deb that can be used to install sentry on a host. It is not highly generic and may only work well for the author.

Notes

The package will be created simply by running mkdeb.sh. It assumes that you are building the package on the same target architecture as that which you are installing to - e.g. 64bit Ubuntu, for example.

This assumption is due to the fact that, to speed up installation on target machines, the deb packages together lots of pip Wheels which can have non pure python modules compiled for the platform.

What does it do?

Creates a deb that installs a virtualenv in /srv/sentry on the target host complete with the necessary dependencies to run sentry.

About

Script to make a deb package for sentry, the log aggregator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages