added stdeb.cfg for packaging and updated README

This commit is contained in:
John Dickinson 2012-03-28 12:59:45 -05:00
parent 856ecacc7c
commit c4bb459282
4 changed files with 18 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ slogging.egg-info/
doc/build/*
dist
.coverage
deb_dist

0
README
View File

11
README.rst Normal file
View 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

5
stdeb.cfg Normal file
View File

@ -0,0 +1,5 @@
[DEFAULT]
Provides: python-slogging
Maintainer: John Dickinson <me@not.mn>
Uploaders: John Dickinson <me@not.mn>
Description: Stats and log processing services for swift.