This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 57ba599 Changed release howto section on KEYS file.
57ba599 is described below
commit 57ba599db13c6c8a1a62e932377e87c1423eb133
Author: Alex Herbert <aherbert@apache.org>
AuthorDate: Sat Nov 2 13:54:57 2019 +0000
Changed release howto section on KEYS file.
---
doc/release/release.howto.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt
index c314e98..f6f605e 100644
--- a/doc/release/release.howto.txt
+++ b/doc/release/release.howto.txt
@@ -279,8 +279,8 @@ key to the KEYS file. [If you have already done so, skip this section.]
Retrieve the files from the SVN repository:
- $ svn co --depth=immediates \
- https://__Your_apache_login__@svn.apache.org/repos/asf/commons/trunks-proper
+ $ svn co --depth=files \
+ https://dist.apache.org/repos/dist/release/commons/svn
and follow the instructions at the top of the "KEYS" file.
|