summaryrefslogtreecommitdiff
path: root/common/setup.py
AgeCommit message (Collapse)Author
2013-12-18Add 'ddocs.py' generation on setup.py.drebs
2013-12-18Make couch backend consistent and lightweight.drebs
This commit introduces the use of couch view, list and update functions to put and get data from the couch database. This avoids loads of metadata transferring and encapsulates operations in atomic PUTs.
2013-10-30add freeze_debianver commandKali Kaneko
2013-09-18Fix couchdb requirement.drebs
2013-08-26Add some notes about the package split.Kali Kaneko
* in description line * in readme * add each package crate icon and link.
2013-08-23packaging improvementsKali Kaneko
* add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling
2013-08-21Split soledad into common, client and server.drebs