projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e010d49
)
setup: make sure you use darcsver whenever you are going to run trial
author
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 30 Jan 2009 21:38:19 +0000
(14:38 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 30 Jan 2009 21:38:19 +0000
(14:38 -0700)
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.
setup.cfg
patch
|
blob
|
history
diff --git
a/setup.cfg
b/setup.cfg
index ee170383f8d1cfb5c8d0a98740361dfaaaed9500..6ed046e8e65c0ab55c4d7433d2a1fe57b9904a67 100644
(file)
--- 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