added stdeb.cfg for packaging and updated README
This commit is contained in:
parent
856ecacc7c
commit
c4bb459282
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@ slogging.egg-info/
|
||||
*.py[co]
|
||||
doc/build/*
|
||||
dist
|
||||
.coverage
|
||||
.coverage
|
||||
deb_dist
|
||||
|
11
README.rst
Normal file
11
README.rst
Normal file
@ -0,0 +1,11 @@
|
||||
Swift stats system
|
||||
==================
|
||||
|
||||
The swift stats system is composed of three parts parts: log creation, log
|
||||
uploading, and log processing. The system handles two types of logs (access
|
||||
and account stats), but it can be extended to handle other types of logs.
|
||||
|
||||
How to Build to Debian Packages
|
||||
===============================
|
||||
|
||||
python setup.py --command-packages=stdeb.command bdist_deb
|
Loading…
Reference in New Issue
Block a user