This commit is contained in:
Phil Steitz 2016-01-01 15:07:30 -07:00
commit 895e9c1c50
1 changed files with 11 additions and 10 deletions

View File

@ -313,18 +313,19 @@ edit README.html with released version number
(13) (13)
As the web site staging area is shared among all commons components and therefore As the web site staging area is shared among all commons components and therefore
can be published before vote ends, it is not recommended to use the standard staging can be published before vote ends, it is not recommended to use the standard staging
area for the release candidate. So you will just archive the site and transfer it on area for the release candidate. So you will just archive the transfer the site it on
your apache personal area for review: your apache personal area for review. Here is how to do this using lftp to initiate
the sftp transfer (lftp supports a mirror command for recursive transfers, don't
forget the -R flag for uploading instead of downloading the site):
$ mvn site $ mvn site
$ cd target $ cd target
$ tar czf site.tar.gz site $ mv site commons-math-3.4-RC1-site
$ scp site.tar.gz __Your_apache_login__@people.apache.org:~/ $ lftp sftp://__Your_apache_login__@home.apache.org/
$ ssh __Your_apache_login__@people.apache.org lftp you@home.apache.org:~> cd public_html
you@minotaur:~$ tar xzf site.tar.gz lftp you@home.apache.org:~/public_html> mirror -R commons-math-3.4-RC1-site
you@minotaur:~$ mv site public_html/commons-math-3.4-RC1-site lftp you@home.apache.org:~/public_html> bye
you@minotaur:~$ rm site.tar.gz
you@minotaur:~$ logout
(14) (14)
Call to vote by sending a message to the "dev" ML with subject Call to vote by sending a message to the "dev" ML with subject
@ -343,7 +344,7 @@ Commit ID the tag points at:
cf4a9d70c9ac24dd7196995390171150e4e56451 cf4a9d70c9ac24dd7196995390171150e4e56451
Site: Site:
<http://people.apache.org/~__Your_apache_login__/commons-math-3.4-RC1-site> <http://home.apache.org/~__Your_apache_login__/commons-math-3.4-RC1-site>
Distribution files: Distribution files:
https://dist.apache.org/repos/dist/dev/commons/math/ https://dist.apache.org/repos/dist/dev/commons/math/