From: david-sarah <david-sarah@jacaranda.org>
Date: Sat, 7 Aug 2010 00:42:54 +0000 (-0700)
Subject: how_to_make_a_tahoe-lafs_release.txt: add step to check that release will report... 
X-Git-Tag: allmydata-tahoe-1.8.0c1~1
X-Git-Url: https://git.rkrishnan.org/%5B/index.php?a=commitdiff_plain;h=146c96d52eb7e4774b8f082216045211c58ea414;p=tahoe-lafs%2Ftahoe-lafs.git

how_to_make_a_tahoe-lafs_release.txt: add step to check that release will report itself as the intended version.
---

diff --git a/docs/how_to_make_a_tahoe-lafs_release.txt b/docs/how_to_make_a_tahoe-lafs_release.txt
index 3a2775bb..0f2e6674 100644
--- a/docs/how_to_make_a_tahoe-lafs_release.txt
+++ b/docs/how_to_make_a_tahoe-lafs_release.txt
@@ -1,18 +1,19 @@
-[ ] 1 update doc files: relnotes.txt, CREDITS, docs/known_issues.txt, NEWS. Add release name and date to top-most item in NEWS.
-[ ] 2 change docs/quickstart.html to point to just the current allmydata-tahoe-X.Y.Z.zip source code file, or else to point to a directory which contains only allmydata-tahoe-X.Y.Z.* source code files
-[ ] 3 darcs pull
-[ ] 4 make tag
-[ ] 5 make sure buildbot is green
-[ ] 6 make sure other people aren't committing at that moment
-[ ] 7 push tag along with some other patch to trigger buildslaves
-[ ] 8 make sure buildbot is green
-[ ] 9 make sure debs got built and uploaded properly
-[ ] 10 make sure a sumo sdist tarball got built and uploaded properly
-[ ] 11 symlink the release tarball on tahoe-lafs.org: /var/www/source/tahoe-lafs/releases/
-[ ] 12 update Wiki: front page news, news, old news, parade of release notes
-[ ] 13 send out relnotes.txt: [ ] tahoe-announce@tahoe-lafs.org, [ ] tahoe-dev@tahoe-lafs.org, [ ] p2p-hackers@lists.zooko.com, [ ] lwn@lwn.net, [ ] cap-talk@mail.eros-os.org, [ ] cryptography@metzdown.com & cryptography@randombit.net, [ ] twisted-python@twistedmatrix.com, [ ] owncloud@kde.org, [ ] the "decentralization" group on groups.yahoo.com, [ ] pycrypto mailing list, -> fuse-devel@lists.sourceforge.net, -> fuse-sshfs@lists.sourceforge.net, [ ] duplicity-talk@nongnu.org, [ ] news@phoronix.com, [ ] python-list@python.org, -> cygwin@cygwin.com, [ ] The Boulder Linux Users' Group, [ ] The Boulder Hackerspace mailing list, [ ] cryptopp-users@googlegroups.com, [ ] tiddlywiki, [ ] hadoop, [ ] bzr, [ ] mercurial
-[ ] 14 update hacktahoe.org
-[ ] 15 make an "announcement of new release" on freshmeat
-[ ] 16 upload to pypi with "python ./setup.py sdist upload register"
-[ ] 17 update "current version" information and make an "announcement of new release" on launchpad
-[ ] 18 close the Milestone on the trac Roadmap
+[ ]  1 update doc files: relnotes.txt, CREDITS, docs/known_issues.txt, NEWS. Add release name and date to top-most item in NEWS.
+[ ]  2 change docs/quickstart.html to point to just the current allmydata-tahoe-X.Y.Z.zip source code file, or else to point to a directory which contains only allmydata-tahoe-X.Y.Z.* source code files
+[ ]  3 darcs pull
+[ ]  4 make tag
+[ ]  5 build locally to make sure the release is reporting itself as the intended version
+[ ]  6 make sure buildbot is green
+[ ]  7 make sure other people aren't committing at that moment
+[ ]  8 push tag along with some other documentation-only patch (typically to relnotes.txt) to trigger buildslaves
+[ ]  9 make sure buildbot is green
+[ ] 10 make sure debs got built and uploaded properly
+[ ] 11 make sure a sumo sdist tarball got built and uploaded properly
+[ ] 12 symlink the release tarball on tahoe-lafs.org: /var/www/source/tahoe-lafs/releases/
+[ ] 13 update Wiki: front page news, news, old news, parade of release notes
+[ ] 14 send out relnotes.txt: [ ] tahoe-announce@tahoe-lafs.org, [ ] tahoe-dev@tahoe-lafs.org, [ ] p2p-hackers@lists.zooko.com, [ ] lwn@lwn.net, [ ] cap-talk@mail.eros-os.org, [ ] cryptography@metzdown.com & cryptography@randombit.net, [ ] twisted-python@twistedmatrix.com, [ ] owncloud@kde.org, [ ] the "decentralization" group on groups.yahoo.com, [ ] pycrypto mailing list, -> fuse-devel@lists.sourceforge.net, -> fuse-sshfs@lists.sourceforge.net, [ ] duplicity-talk@nongnu.org, [ ] news@phoronix.com, [ ] python-list@python.org, -> cygwin@cygwin.com, [ ] The Boulder Linux Users' Group, [ ] The Boulder Hackerspace mailing list, [ ] cryptopp-users@googlegroups.com, [ ] tiddlywiki, [ ] hadoop, [ ] bzr, [ ] mercurial
+[ ] 15 update hacktahoe.org
+[ ] 16 make an "announcement of new release" on freshmeat
+[ ] 17 upload to pypi with "python ./setup.py sdist upload register"
+[ ] 18 update "current version" information and make an "announcement of new release" on launchpad
+[ ] 19 close the Milestone on the trac Roadmap