how are release tarballs generated?

Matt Mackall mpm at selenic.com
Tue Jan 13 11:34:35 CST 2015


On Tue, 2015-01-13 at 17:43 +0530, Faheem Mitha wrote:
> Hi,
> 
> How are the source tarballs which are put on the site for download 
> generated? The tarball generated by
> 
>      python setup.py sdist

Are you looking for an opinion on setuptools? I sure have one.

I do this:

hg co -q $1
make doc > /dev/null
make dist-notests

Check out the makefile entry for dist-notests.

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list