This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new af6a152 Automatic Site Publish by Buildbot
af6a152 is described below
commit af6a152a1b8552766671482ffcf5ddcc3cd4d1a6
Author: buildbot <[email protected]>
AuthorDate: Fri Feb 5 05:23:54 2021 +0000
Automatic Site Publish by Buildbot
---
output/docs/Community/ReleaseProcessForJavaComponents.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/output/docs/Community/ReleaseProcessForJavaComponents.html
b/output/docs/Community/ReleaseProcessForJavaComponents.html
index 6566245..af97339 100644
--- a/output/docs/Community/ReleaseProcessForJavaComponents.html
+++ b/output/docs/Community/ReleaseProcessForJavaComponents.html
@@ -704,9 +704,10 @@
</li>
</ul>
</li>
- <li>Check and grab the web URL ~
<em>https://dist.apache.org/repos/dist/dev/datasketches/<component>/A.B.0-RC1/</em>
+ <li>Check this web URL ~
<em>https://dist.apache.org/repos/dist/dev/datasketches/<component>/A.B.0-RC1/</em>
<ul>
<li>There should be 3 files: *-src.zip, *-src.zip.asc,
*-src.zip.sha512</li>
+ <li>Copy the URL for later.</li>
</ul>
</li>
</ul>
@@ -760,7 +761,9 @@
<li>Just download the associated <code class="highlighter-rouge">md5</code>
and <code class="highlighter-rouge">sha1</code> signatures from <code
class="highlighter-rouge">~/.m2/repository/org/apache/datasketches/datasketches-\<component\>/A.B.0/</code>
into the <code class="highlighter-rouge">target</code> directory.</li>
<li>Add a <code class="highlighter-rouge">maven</code> directory under the
<code
class="highlighter-rouge">dist/dev/datasketches/\<component\>/A.B.0/</code></li>
<li>Bulk copy the <code class="highlighter-rouge">jar, asc, md5</code> and
<code class="highlighter-rouge">sha1</code> files into the <code
class="highlighter-rouge">maven</code> directory.</li>
- <li>Do a SVN checkin: <code class="highlighter-rouge">svn ci -m "add nexus
jars to dist</code></li>
+ <li>Do: <code class="highlighter-rouge">svn status</code> # check to see if
it is ready to add</li>
+ <li>Do: <code class="highlighter-rouge">svn add . --force</code></li>
+ <li>Do: <code class="highlighter-rouge">svn ci -m "add nexus jars to
dist/dev/datasketches"</code></li>
</ul>
<h4 id="non-java">Non-Java</h4>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]