X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=setup.cfg;h=ac312c9d2be7b434f2c8e25306efdc069348790a;hb=HEAD;hp=a9ccb4beba4ff2f6eaea89ab1137368f6fd4a918;hpb=98ffbfb31faccdaf65b56bcd608110d87ef39e7b;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/setup.cfg b/setup.cfg index a9ccb4be..ac312c9d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,35 +13,29 @@ zip_ok=False # tahoe-deps/ and ../tahoe-deps/ before it resorts to downloading them from # PyPI. -# http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-deps.tar.gz contains a -# bundle of these dependencies (as Python source distributions or "sdists"). So -# it you want to avoid the build-time download (say, if you're on an airplane, -# or a desert island), just grab a copy and unpack it in your tahoe darcs tree. +# https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-deps.tar.gz contains a +# bundle of these dependencies (as Python source distributions or "sdists"). +# So it you want to avoid the build-time download (say, if you're on an +# airplane, or a desert island), just grab a copy and unpack it in your tahoe +# source tree. # Alternatively, if you're building from a release/nightly tarball instead of -# a darcs tree, the 'sumo' tarball variant will include all of these +# a git tree, the 'sumo' tarball variant will include all of these # dependencies in the tahoe-deps/ directory. find_links=misc/dependencies tahoe-deps ../tahoe-deps - http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/ - http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/ - -# The following is a directory on the test grid which holds a bunch of packages -# of dependencies. It is commented-out because the test grid has gone away and -# a new one -- the Volunteer Test Grid -- is not yet publicly usable. -# http://testgrid.allmydata.org:3567/uri/URI%3ADIR2-RO%3Asnrfwfxatrci35zdgjnzxxx2ke%3Aunarxv347edtku3xzmefy4mcdmfngxzeb72iyqcadbjzjpczjx5a/index.html + https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-sdists/ + https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/ # Other sites that we might want to list: # http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063 # http://pypi.python.org/pypi/pywin32 -# (See http://tahoe-lafs.org/trac/tahoe-lafs/ticket/142 .) +# (See ticket #142.) [aliases] -build = darcsver --count-all-patches develop --multi-version --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 -bdist_egg = darcsver --count-all-patches bdist_egg -trial = darcsver --count-all-patches trial -sdist_dsc = darcsver --count-all-patches sdist_dsc -test_mac_diskimage = darcsver --count-all-patches test_mac_diskimage +build = update_version develop --prefix=support make_executable build +test = update_version develop --prefix=support make_executable build trial +sdist = update_version sdist +install = update_version install +bdist_egg = update_version bdist_egg +trial = update_version trial