This is an automated email from the ASF dual-hosted git repository.
buildbot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 43244d8 Automatic Site Publish by Buildbot
43244d8 is described below
commit 43244d8b45c5508d2da474faa77a89014c9f1d42
Author: buildbot <[email protected]>
AuthorDate: Sun Jul 16 16:19:20 2017 +0000
Automatic Site Publish by Buildbot
---
feed.xml | 4 ++--
release.html | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 54 insertions(+), 3 deletions(-)
diff --git a/feed.xml b/feed.xml
index b29c12a..1026ddb 100644
--- a/feed.xml
+++ b/feed.xml
@@ -24,8 +24,8 @@
<atom:link href="https://opennlp.apache.org/feed.xml" rel="self"
type="application/rss+xml" />
<description>The Apache OpenNLP library is a machine learning based
toolkit for the processing of natural language text</description>
<language>en-us</language>
- <pubDate>Sun, 16 Jul 2017 12:49:03 +0000</pubDate>
- <lastBuildDate>Sun, 16 Jul 2017 12:49:03 +0000</lastBuildDate>
+ <pubDate>Sun, 16 Jul 2017 16:19:13 +0000</pubDate>
+ <lastBuildDate>Sun, 16 Jul 2017 16:19:13 +0000</lastBuildDate>
<item>
<title>Apache OpenNLP 1.8.1 released</title>
diff --git a/release.html b/release.html
index d743218..fafcf2b 100644
--- a/release.html
+++ b/release.html
@@ -185,6 +185,35 @@ Your KEYS will then be present in: <a
href="https://people.apache.org/keys/group
<p>Check if you have your PGP keys password</p>
</li>
<li>
+<p>Add your PGP key to the KEYS file</p>
+</li>
+</ul>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>Examples of adding your key to this file:
+ pgp -kxa <your name> and append it to this file.
+ (pgpk -ll <your name> && pgpk -xa <your name>) >>
this file.
+ (gpg --list-sigs <your name>
+ && gpg --armor --export <your name>) >> this
file.</pre>
+</div>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>In a local temp folder, svn checkout the OpenNLP artifacts and update the
KEYS file</p>
+</li>
+</ul>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>svn co https://dist.apache.org/repos/dist/release/opennlp/
+svn commit -m"Added Key for <name>" KEYS</pre>
+</div>
+</div>
+<div class="ulist">
+<ul>
+<li>
<p>Create a maven <code>settings.xml</code> to publish to
<code>repository.apache.org</code></p>
</li>
</ul>
@@ -239,7 +268,29 @@ the opennlp-dev and incubator general list.</p>
To do this go to the <a href="http://repository.apache.org">repository
server</a>, log in, go to the staging area and release the staging repository
linked to this release</p>
</li>
<li>
-<p>Upload artifacts to the distribution server. All release artifacts need to
be copied to <code>/www/www.apache.org/dist/opennlp</code> on
<code>people.apache.org</code></p>
+<p>Upload artifacts to the distribution server by following the steps below.
All release artifacts need to be copied to
<code>/www/www.apache.org/dist/opennlp</code> on
<code>people.apache.org</code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>In a local temp folder, svn co <a
href="https://dist.apache.org/repos/dist/release/opennlp"
class="bare">https://dist.apache.org/repos/dist/release/opennlp</a></p>
+</li>
+<li>
+<p>cd opennlp; mkdir opennlp-{xyz}; cd opennlp-{xyz}</p>
+</li>
+<li>
+<p>wget -e robots=off –no-check-certificate -np -r <a
href="https://repository.apache.org/content/groups/public/org/apache/opennlp/opennlp/{xyz}/"
class="bare">https://repository.apache.org/content/groups/public/org/apache/opennlp/opennlp/{xyz}/</a></p>
+</li>
+<li>
+<p>mv
repository.apache.org/content/groups/public/org/apache/opennlp/opennlp/{xyz}/*
.</p>
+</li>
+<li>
+<p>rm -rf repository.apache.org</p>
+</li>
+<li>
+<p>rm index.html</p>
+</li>
+</ul>
+</div>
</li>
<li>
<p>On opennlp-site GitHub repository</p>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].