Repository: commons-math Updated Branches: refs/heads/master d06500b37 -> e3572dfac
Added forgotten update of the README.html file on dist server. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e3572dfa Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e3572dfa Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/e3572dfa Branch: refs/heads/master Commit: e3572dfac1d6691e9ca489eb473fc28eea450c37 Parents: d06500b Author: Luc Maisonobe <l...@apache.org> Authored: Fri Dec 26 21:45:24 2014 +0100 Committer: Luc Maisonobe <l...@apache.org> Committed: Fri Dec 26 21:45:24 2014 +0100 ---------------------------------------------------------------------- doc/release/release.howto.txt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/e3572dfa/doc/release/release.howto.txt ---------------------------------------------------------------------- diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt index 220b93b..f3d7989 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -292,17 +292,23 @@ Upload the other distribution files to the Apache servers. The archive files have been created during the previous step. They have been put in the .m2 local repository. The RELEASE_NOTES.txt file hase been created earlier -and is still in the checkout directory of the release candidate. All these files -can be uploaded to the development area of the Apache dist server using the -following commands: +and is still in the checkout directory of the release candidate. The README.html +file can be copied from the release area of the Apache dist server. +All these files can be uploaded to the development area of the Apache dist server +using the following commands: $ cd /tmp + $ svn cp https://dist.apache.org/repos/dist/release/commons/math/README.html \ + https://dist.apache.org/repos/dist/dev/commons/math/README.html $ svn checkout https://dist.apache.org/repos/dist/dev/commons/math $ cd math + +edit README.html with released version number + $ cp ~/.m2/repository/org/apache/commons/commons-math3/3.4/*-bin.* binaries $ cp ~/.m2/repository/org/apache/commons/commons-math3/3.4/*-src.* source $ cp <path-to-the-RC-workspace>/RELEASE-NOTES.txt . - $ svn add RELEASE-NOTES.txt binaries/* source/* + $ svn add README.html RELEASE-NOTES.txt binaries/* source/* $ svn commit -m "Creating distribution files for 3.4 RC1" @@ -384,6 +390,8 @@ The distribution files must be moved from the development area to the release area of the Apache dist server: $ svnmucc -U https://dist.apache.org/repos/dist \ + rm release/commons/math/README.html \ + mv dev/commons/math/README.html release/commons/math/README.html \ rm release/commons/math/RELEASE-NOTES.txt \ mv dev/commons/math/RELEASE-NOTES.txt release/commons/math/RELEASE-NOTES.txt \ mv dev/commons/math/binaries/commons-math3-3.4-bin.tar.gz release/commons/math/binaries/commons-math3-3.4-bin.tar.gz \