Author: mattip <[email protected]> Branch: Changeset: r71322:d010fbc1841c Date: 2014-05-06 11:46 +0300 http://bitbucket.org/pypy/pypy/changeset/d010fbc1841c/
Log: document handling of PYPY_IRC_TOPIC for releases diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++ b/pypy/doc/how-to-release.rst @@ -28,6 +28,10 @@ pypy/doc/tool/makecontributor.py generates the list of contributors * rename pypy/doc/whatsnew_head.rst to whatsnew_VERSION.rst and create a fresh whatsnew_head.rst after the release +* merge PYPY_IRC_TOPIC environment variable handling from previous release + in pypy/doc/getting-started-dev.rst, pypy/doc/man/pypy.1.rst, and + pypy/interpreter/app_main.py so release versions will not print a random + IRC topic by default. * change the tracker to have a new release tag to file bugs against * go to pypy/tool/release and run: force-builds.py <release branch> _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
