comparison RELEASE.txt @ 5954:d7ff9cb70f34 2.0.0alpha0

More release doc updates.
author John Rouillard <rouilj@ieee.org>
date Wed, 23 Oct 2019 14:33:04 -0400
parents 0a42163ac846
children eb9d00db0923
comparison
equal deleted inserted replaced
5953:c8549ddb123d 5954:d7ff9cb70f34
46 10. Check the MANIFEST to make sure that any new files are included. 46 10. Check the MANIFEST to make sure that any new files are included.
47 (use hg status --rev <last release or tag>:tip to list changed 47 (use hg status --rev <last release or tag>:tip to list changed
48 added and removed files. Last release e.g. 1.5.1 where tip was 48 added and removed files. Last release e.g. 1.5.1 where tip was
49 what would become 1.6) E.G. 49 what would become 1.6) E.G.
50 50
51 hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ; 51 hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ; \
52 do echo $i; grep "$i" MANIFEST; done | uniq -c 52 do echo $i; grep "$i" MANIFEST; done | uniq -c
53 53
54 Anything with a count of 1 is not in the nanifest. 54 Anything with a count of 1 is not in the nanifest.
55 If they are not, edit MANIFEST.in to include them. For format docs see 55 If they are not, edit MANIFEST.in to include them. For format docs see
56 http://docs.python.org/2/distutils/sourcedist.html#manifest-template 56 http://docs.python.org/2/distutils/sourcedist.html#manifest-template

Roundup Issue Tracker: http://roundup-tracker.org/