]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: generate a unique revision number for each build
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 11 Mar 2008 02:26:02 +0000 (19:26 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 11 Mar 2008 02:26:02 +0000 (19:26 -0700)
GNUmakefile
setup.py

index 73ccc002b8492b83b8abebd55290dc12701dd918..627291cd06cf4a59d09d8654da19e1b93883b24c 100644 (file)
@@ -67,7 +67,7 @@ show-eggspath:
 # 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.
 make-version:
-       $(PYTHON) ./setup.py darcsver
+       $(PYTHON) ./setup.py darcsver --count-all-patches
 
 # We want src/allmydata/_version.py to be up-to-date, but it's a fairly
 # expensive operation (about 6 seconds on a just-before-0.7.0 tree, probably
index dd0f2ea0eaed09984ac629272998c4a20acf7571..850d55a5c232022abc1dab76b1492777712f8755 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ setup_requires = []
 # version stamp in src/allmydata/_version.py, with a version number derived from
 # darcs history.
 # http://pypi.python.org/pypi/darcsver
-setup_requires.append('darcsver >= 1.0.0')
+setup_requires.append('darcsver >= 1.1.1')
 
 # setuptools_darcs is required to produce complete distributions (such as with
 # "sdist" or "bdist_egg"), unless there is a PKG-INFO file present which shows