]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: remove --multi-version
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 15 Nov 2010 09:00:48 +0000 (01:00 -0800)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 15 Nov 2010 09:00:48 +0000 (01:00 -0800)
It causes copious scary-looking warning messages and I'm no longer sure if it was actually needed to accomplish our goals ref #530.

setup.cfg

index a9ccb4beba4ff2f6eaea89ab1137368f6fd4a918..41e20daff874a87b2c1e5bde860a2fe64149e905 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,7 @@ find_links=misc/dependencies tahoe-deps ../tahoe-deps
 # (See http://tahoe-lafs.org/trac/tahoe-lafs/ticket/142 .)
 
 [aliases]
-build = darcsver --count-all-patches develop --multi-version --prefix=support make_executable build
+build = darcsver --count-all-patches develop --prefix=support make_executable build
 test = darcsver --count-all-patches develop --prefix=support make_executable build trial
 sdist = darcsver --count-all-patches sdist
 install = darcsver --count-all-patches install