Author: Armin Rigo <[email protected]> Branch: Changeset: r75678:ed8716ebf22a Date: 2015-02-03 12:24 +0100 http://bitbucket.org/pypy/pypy/changeset/ed8716ebf22a/
Log: even clearer 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 @@ -41,7 +41,7 @@ * repackage and upload source "-src.tar.bz2" to bitbucket and to cobra, as some packagers prefer a clearly labeled source package (download e.g. https://bitbucket.org/pypy/pypy/get/release-2.5.x.tar.bz2, unpack, - rename the top-level directory, repack, and upload) + rename the top-level directory to "pypy-2.5.0-src", repack, and upload) * write release announcement pypy/doc/release-x.y(.z).txt the release announcement should contain a direct link to the download page _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
