This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 19eef74e Automatic Site Publish by Buildbot
19eef74e is described below

commit 19eef74e5b18c881835433b782413743de00e7dc
Author: buildbot <[email protected]>
AuthorDate: Thu Oct 17 08:00:12 2024 +0000

    Automatic Site Publish by Buildbot
---
 content/download.html | 31 +++++++++++++++++++++++++++++--
 content/feed.xml      |  2 +-
 2 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/content/download.html b/content/download.html
index 1aeaab89..5c41704e 100644
--- a/content/download.html
+++ b/content/download.html
@@ -131,7 +131,7 @@ You are strongly advised to <strong>check the installation 
instructions in the w
 <div class="sectionbody">
 <div class="paragraph">
 <p>All Logging Services release distributions are digitally signed by the 
release manager and provided with checksum files.
-You can verify a distribution by following the below shared instructions:</p>
+You can verify a distribution by following the below shared Linux/macOS 
instructions:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -139,12 +139,39 @@ You can verify a distribution by following the below 
shared instructions:</p>
 wget -O - https://downloads.apache.org/logging/KEYS | gpg --import
 
 # Verify signatures
-for sigFile in *.asc; do gpg --verify $sigFile; done
+for sigFile in *.asc; do gpg --verify $sigFile ${sigFile%.asc}; done
 
 # Verify checksums
 shasum --check *.sha512</code></pre>
 </div>
 </div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>Windows users need to</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>Manually download the file at the <code>wget</code> step</p>
+</li>
+<li>
+<p>Manually unroll the <code>for</code> loop</p>
+</li>
+<li>
+<p>Use <code>certUtil -hashfile &lt;FILE&gt; SHA512</code> instead of 
<code>shasum</code></p>
+</li>
+</ul>
+</div>
+</td>
+</tr>
+</table>
+</div>
 </div>
 </div>
 <div class="sect1">
diff --git a/content/feed.xml b/content/feed.xml
index 059a5b1c..5da7e5d8 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="4.2.2">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2024-10-10T18:26:37+00:00</updated><id>/feed.xml</id><title 
type="html">Apache Software Foundation - Logging 
Services</title><subtitle>Write an awesome description for your new site here. 
You can edit this line in _ [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="4.2.2">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2024-10-17T08:00:11+00:00</updated><id>/feed.xml</id><title 
type="html">Apache Software Foundation - Logging 
Services</title><subtitle>Write an awesome description for your new site here. 
You can edit this line in _ [...]
 
 <p>We were proud to be <a 
href="/blog/2023/12/14/announcing-support-from-the-stf.html">supported by the 
STF</a> last year.
 This support helped us to fix many bugs, rewrite documentation, and improve 
the overall quality of the codebase and security.</p>

Reply via email to