Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
This commit is contained in:
commit
649e19b0f2
|
@ -299,8 +299,8 @@ following commands:
|
||||||
$ cd /tmp
|
$ cd /tmp
|
||||||
$ svn checkout https://dist.apache.org/repos/dist/dev/commons/math
|
$ svn checkout https://dist.apache.org/repos/dist/dev/commons/math
|
||||||
$ cd math
|
$ cd math
|
||||||
$ cp ~/.m2/repository/org/apache/commons/commons-math3/3.4*-bin.* binaries
|
$ 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 ~/.m2/repository/org/apache/commons/commons-math3/3.4/*-src.* source
|
||||||
$ cp <path-to-the-RC-workspace>/RELEASE-NOTES.txt .
|
$ cp <path-to-the-RC-workspace>/RELEASE-NOTES.txt .
|
||||||
$ svn add RELEASE-NOTES.txt binaries/* source/*
|
$ svn add RELEASE-NOTES.txt binaries/* source/*
|
||||||
$ svn commit -m "Creating distribution files for 3.4 RC1"
|
$ svn commit -m "Creating distribution files for 3.4 RC1"
|
||||||
|
@ -314,7 +314,7 @@ your apache personal area for review:
|
||||||
|
|
||||||
$ mvn site
|
$ mvn site
|
||||||
$ cd target
|
$ cd target
|
||||||
$ tar cvf site.tar.gz site
|
$ tar czf site.tar.gz site
|
||||||
$ scp site.tar.gz __Your_apache_login__@people.apache.org:~/
|
$ scp site.tar.gz __Your_apache_login__@people.apache.org:~/
|
||||||
$ ssh __Your_apache_login__@people.apache.org
|
$ ssh __Your_apache_login__@people.apache.org
|
||||||
you@minotaur:~$ tar xzf site.tar.gz
|
you@minotaur:~$ tar xzf site.tar.gz
|
||||||
|
@ -333,22 +333,22 @@ Tag name:
|
||||||
MATH_3_4_RC1 (signature can be checked from git using 'git tag -v')
|
MATH_3_4_RC1 (signature can be checked from git using 'git tag -v')
|
||||||
|
|
||||||
Tag URL:
|
Tag URL:
|
||||||
https://git-wip-us.apache.org/repos/asf?p=commons-math.git;a=snapshot;h=cf4a9d70c9ac24dd7196995390171150e4e56451;sf=tgz
|
<https://git-wip-us.apache.org/repos/asf?p=commons-math.git;a=snapshot;h=cf4a9d70c9ac24dd7196995390171150e4e56451;sf=tgz>
|
||||||
|
|
||||||
Commit ID the tag points at:
|
Commit ID the tag points at:
|
||||||
cf4a9d70c9ac24dd7196995390171150e4e56451
|
cf4a9d70c9ac24dd7196995390171150e4e56451
|
||||||
|
|
||||||
Site:
|
Site:
|
||||||
http://people.apache.org/~__Your_apache_login__/commons-math-3.4-RC1-site
|
<http://people.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/
|
||||||
|
|
||||||
Distribution files hashes (SHA1):
|
Distribution files hashes (SHA1):
|
||||||
e02c981d49c1f12b1fc237e69cb551a5620e57b4 binaries/commons-math3-3.4-bin.tar.gz
|
e02c981d49c1f12b1fc237e69cb551a5620e57b4 commons-math3-3.4-bin.tar.gz
|
||||||
11965eb97033d4d6ef0aeb902f1450641f40d3c5 binaries/commons-math3-3.4-bin.zip
|
11965eb97033d4d6ef0aeb902f1450641f40d3c5 commons-math3-3.4-bin.zip
|
||||||
ce3efda70ac8f850f15154b38438bc337adc027a source/commons-math3-3.4-src.tar.gz
|
ce3efda70ac8f850f15154b38438bc337adc027a commons-math3-3.4-src.tar.gz
|
||||||
d343c885a9d6eea611403f7f92ff580911363681 source/commons-math3-3.4-src.zip
|
d343c885a9d6eea611403f7f92ff580911363681 commons-math3-3.4-src.zip
|
||||||
|
|
||||||
|
|
||||||
Maven artifacts:
|
Maven artifacts:
|
||||||
|
|
Loading…
Reference in New Issue