From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 15 Nov 2010 09:00:48 +0000 (-0800)
Subject: setup: remove --multi-version
X-Git-Url: https://git.rkrishnan.org/specifications/%5B/%5D%20/frontends/provisioning?a=commitdiff_plain;h=5f61bad92d8766e790f817dd84993c2424392f77;p=tahoe-lafs%2Ftahoe-lafs.git

setup: remove --multi-version
It causes copious scary-looking warning messages and I'm no longer sure if it was actually needed to accomplish our goals ref #530.
---

diff --git a/setup.cfg b/setup.cfg
index a9ccb4be..41e20daf 100644
--- 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