From: Zooko O'Whielacronx Date: Fri, 30 Jan 2009 21:38:19 +0000 (-0700) Subject: setup: make sure you use darcsver whenever you are going to run trial X-Git-Tag: allmydata-tahoe-1.3.0~113 X-Git-Url: https://git.rkrishnan.org/frontends/CLI.txt?a=commitdiff_plain;h=4e86894bfa59b2f4336c8e5b8be34c6231a13134;p=tahoe-lafs%2Ftahoe-lafs.git setup: make sure you use darcsver whenever you are going to run trial This fixes the bug Brian had where he ran "python ./setup.py trial" and the allmydata-tahoe version number came out as 0.0.0. --- diff --git a/setup.cfg b/setup.cfg index ee170383..6ed046e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,3 +38,4 @@ test = darcsver --count-all-patches develop --prefix=support make_executable bui sdist = darcsver --count-all-patches sdist install = darcsver --count-all-patches install bdist_egg = darcsver --count-all-patches bdist_egg +trial = darcsver --count-all-patches trial