]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
'make make-version': don't use darcsver. This fixes 'make tarballs'
authorBrian Warner <warner@lothar.com>
Thu, 12 Jan 2012 19:14:15 +0000 (11:14 -0800)
committerBrian Warner <warner@lothar.com>
Thu, 12 Jan 2012 19:14:15 +0000 (11:14 -0800)
Makefile

index ac08c2571d282f7ee30d4999fcdff53c7cb40740..ba83cdbd8224e7c3973284e8ab463d11b83ba5ef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,10 @@ SOURCES=src/allmydata src/buildtest static misc/build_helpers bin/tahoe-script.t
 
 .PHONY: make-version build
 
-# The 'darcsver' setup.py command comes in the 'darcsver' package:
-# http://pypi.python.org/pypi/darcsver It is necessary only if you want to
-# automatically produce a new _version.py file from the current darcs history.
+# This is necessary only if you want to automatically produce a new
+# _version.py file from the current git/darcs history.
 make-version:
-       $(PYTHON) ./setup.py darcsver --count-all-patches
+       $(PYTHON) ./setup.py update_version
 
 .built:
        $(MAKE) build