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/celix-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 20d2e2a  Updated site from master 
(245ea8cb856ded4ee08c9e64c328826834faaeec)
20d2e2a is described below

commit 20d2e2ae26e4097754dc6ad44b1d195f17cc5627
Author: jenkins <[email protected]>
AuthorDate: Mon May 11 12:37:13 2020 +0000

    Updated site from master (245ea8cb856ded4ee08c9e64c328826834faaeec)
---
 content/contributing/releasing.html | 9 +++------
 content/sitemap.xml                 | 6 +++---
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/content/contributing/releasing.html 
b/content/contributing/releasing.html
index 65ce140..c36dde6 100644
--- a/content/contributing/releasing.html
+++ b/content/contributing/releasing.html
@@ -221,14 +221,11 @@ $ ln -s celix celix-X.Y.Z
 $ tar --exclude<span style="color:#666">=</span><span 
style="color:#b44">&#34;.*&#34;</span> -hczf celix-X.Y.Z.tar.gz celix-X.Y.Z
 
 <span style="color:#080;font-style:italic"># The create symbolic link can be 
removed</span>
-$ celix celix-X.Y.Z
+$ unlink celix-X.Y.Z
 </code></pre></div><p>After creating the artifact, the file has to be signed. 
More information about signing can be found at
 <a href="http://www.apache.org/dev/release-signing.html";>Release 
signing</a>.</p>
-<div class="highlight"><pre 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-bash" data-lang="bash"><span 
style="color:#080;font-style:italic"># Generate MD5 checksum</span>
-$ md5 celix-X.Y.Z.tar.gz &gt; celix-X.Y.Z.tar.gz.md5
-
-<span style="color:#080;font-style:italic"># Generate SHA512 checksum</span>
-$ gpg --print-md SHA512 celix-X.Y.Z.tar.gz &gt; celix-X.Y.Z.tar.gz.sha
+<div class="highlight"><pre 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-bash" data-lang="bash"><span 
style="color:#080;font-style:italic"># Generate SHA512 checksum</span>
+$ gpg --print-md SHA512 celix-X.Y.Z.tar.gz &gt; celix-X.Y.Z.tar.gz.sha512
 
 <span style="color:#080;font-style:italic"># Generate ASCII signature</span>
 $ gpg --armor --output celix-X.Y.Z.tar.gz.asc --detach-sig celix-X.Y.Z.tar.gz
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 2a73346..37db0fd 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -4,7 +4,7 @@
   
   <url>
     <loc>https://celix.apache.org/</loc>
-    <lastmod>2020-05-06T20:35:48+02:00</lastmod>
+    <lastmod>2020-05-11T14:28:44+02:00</lastmod>
   </url>
   
   <url>
@@ -109,7 +109,7 @@
   
   <url>
     <loc>https://celix.apache.org/contributing.html</loc>
-    <lastmod>2020-05-06T20:35:48+02:00</lastmod>
+    <lastmod>2020-05-11T14:28:44+02:00</lastmod>
   </url>
   
   <url>
@@ -334,7 +334,7 @@
   
   <url>
     <loc>https://celix.apache.org/contributing/releasing.html</loc>
-    <lastmod>2020-05-06T20:35:48+02:00</lastmod>
+    <lastmod>2020-05-11T14:28:44+02:00</lastmod>
   </url>
   
   <url>

Reply via email to