summaryrefslogtreecommitdiff
path: root/common/setup.py
AgeCommit message (Collapse)Author
2015-03-19[fix] exclude all tests from packagedrebs
Previous to this modification, leap.soledad.common.tests.u1db_tests was being installed and its files were being included in the debian package. By excluding *.tests and *.tests.* from find_packages() in setup.py, we make sure that no test file will be installed not included in the final debian package.
2015-02-11Bail out ddocs installation if the path doesn't exist. Fix: #6671Kali Kaneko
2015-02-11Use Twisted trial for running tests.drebs
2014-08-19Include ddocs in sdist (#5896).drebs
2014-05-23Fix tests for new sync process.drebs
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