You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by ko...@apache.org on 2023/05/26 07:38:13 UTC

svn commit: r1910069 - /serf/site/publish/download.html

Author: kotkov
Date: Fri May 26 07:38:13 2023
New Revision: 1910069

URL: http://svn.apache.org/viewvc?rev=1910069&view=rev
Log:
Following-up on r1910062, use a correct filename in the `gpg --import` command.

* publish/download.html: Reference the `KEYS` file rather than `serf.asc`.

Modified:
    serf/site/publish/download.html

Modified: serf/site/publish/download.html
URL: http://svn.apache.org/viewvc/serf/site/publish/download.html?rev=1910069&r1=1910068&r2=1910069&view=diff
==============================================================================
--- serf/site/publish/download.html (original)
+++ serf/site/publish/download.html Fri May 26 07:38:13 2023
@@ -98,7 +98,7 @@
           rather than from a mirror. Then verify the signatures as follows:
         </p>
           <pre>
-% gpg --import serf.asc
+% gpg --import KEYS
 % gpg --verify serf-1.3.9.tar.bz2.asc</pre>
 
         <p>