Release howto update Checking for new contents in the web site that should be put under version control.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b4214d9f Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b4214d9f Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/b4214d9f Branch: refs/heads/master Commit: b4214d9f69f8eeed936cd9339fab13a3e174149e Parents: 7480d3d Author: Gilles <[email protected]> Authored: Tue Dec 30 19:22:11 2014 +0100 Committer: Gilles <[email protected]> Committed: Tue Dec 30 19:22:11 2014 +0100 ---------------------------------------------------------------------- doc/release/release.howto.txt | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/b4214d9f/doc/release/release.howto.txt ---------------------------------------------------------------------- diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt index ceaacb2..dedfd9f 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -435,6 +435,12 @@ copying the content of the current apidocs to javadocs/api-3.4. $ cd site-content $ rm -fr * $ cp -pR ../target/site/* . + +Check for possibly new files: + $ svn status +and "svn add" them if necessary. + +Commit the new contents of the web site: $ svn commit -m "updating site after official release of version 3.4" Beware the commit command may be very long (several hours ...). The web site will be available
