You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/12/14 08:37:59 UTC

svn commit: r1818097 - /myfaces/site/publish/tobago/download.html

Author: lofwyr
Date: Thu Dec 14 08:37:59 2017
New Revision: 1818097

URL: http://svn.apache.org/viewvc?rev=1818097&view=rev
Log:
updating site

Modified:
    myfaces/site/publish/tobago/download.html

Modified: myfaces/site/publish/tobago/download.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/download.html?rev=1818097&r1=1818096&r2=1818097&view=diff
==============================================================================
--- myfaces/site/publish/tobago/download.html (original)
+++ myfaces/site/publish/tobago/download.html Thu Dec 14 08:37:59 2017
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 13 Dec 2017
+        Last Published: 14 Dec 2017
       </div>
       <ul>
         <li>
@@ -653,13 +653,6 @@
           SVN. In the <a href="./getting-started.html"> Getting Started </a> section you will find information how to
           use the ASF MyFaces Tobago SVN Repository.</p></div>
       <div class="section">
-        <h2><a name="Nightly_builds_from_SVN_repository"></a>Nightly builds from SVN repository</h2>
-        <p>There are also nightly <a class="externalLink"
-                                     href="https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-assembly">
-          dist builds</a> and <a class="externalLink"
-                                 href="https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago">
-          source builds</a> available every 24 hours (11:00 PM EST).</p></div>
-      <div class="section">
         <h2><a name="Archive_of_old_releases"></a>Archive of old releases</h2>
         <p>Older releases are available in the <a class="externalLink" href="https://archive.apache.org/dist/myfaces/">
           archive</a>. Those releases are only provided as historical artifacts. We strongly recommend not to use those
@@ -681,20 +674,11 @@
         <p>You need an installation of e.&#xa0;g. OpenPGP or GPG to check the files. More information you'll find on the
           Apache <a class="externalLink" href="https://www.apache.org/info/verification.html#CheckingSignatures">verification</a>
           site.</p>
-        <p>Then verify the signatures using ...</p>
-        <div class="source">
-<pre>$ pgpk -a KEYS
-$ pgpv myfaces-tobago-&lt;version&gt;-dist.tar.gz.asc</pre>
-        </div>
-        <p><i>or</i></p>
-        <div class="source">
-<pre>$ pgp -ka KEYS
-$ pgp myfaces-tobago-&lt;version&gt;-dist.tar.gz.asc</pre>
-        </div>
-        <p><i>or</i></p>
+        <p>Then verify the signatures for all downloaded files. With gpg for the dist.tar.gz it looks like</p>
         <div class="source">
-<pre>$ gpg --import KEYS
-$ gpg --verify myfaces-tobago-&lt;version&gt;-dist.tar.gz.asc</pre>
+<pre>$ TOBAGO_VERSION=4.0.0
+$ gpg --import KEYS
+$ gpg --verify myfaces-tobago-$TOBAGO_VERSION-dist.tar.gz.asc myfaces-tobago-$TOBAGO_VERSION-dist.tar.gz</pre>
         </div>
       </div>
     </div>