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/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 16f34bd  Automatic Site Publish by Jenkins
16f34bd is described below

commit 16f34bdfbbee90ff62fcde918450ea304210da1a
Author: jenkins <[email protected]>
AuthorDate: Tue Dec 11 22:17:59 2018 +0000

    Automatic Site Publish by Jenkins
---
 downloads.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++------
 feed.xml       |  2 +-
 2 files changed, 51 insertions(+), 7 deletions(-)

diff --git a/downloads.html b/downloads.html
index accd7c5..ceec106 100644
--- a/downloads.html
+++ b/downloads.html
@@ -211,12 +211,16 @@ function addListenersToSections()
             <li><a href="#versioning">Versioning</a></li>
 
             <!-- Downloads -->
-            <li class="index-menu-toggle"><a href="#releases">Releases</a></li>
+            <li class="index-menu-toggle"><a 
href="#official-releases">Official Releases</a></li>
             <ul class="index-menuitems">
                 <li><a href="#verifying">Verifying</a></li>
                 <li><a href="#keys">Keys</a></li>
                 <li><a href="#versions">Versions</a></li>
             </ul>
+
+            <!-- Nightly and incremental builds -->
+            <li class="index-menu-toggle"><a 
href="#developer-builds">Developer Builds</a></li>
+
         </ul>
     </div>
 
@@ -235,7 +239,9 @@ function addListenersToSections()
             <div class="content">
                 <a class="indexable" id="versioning"></a>
                 <h3>Versioning</h3>
-                <p>Apache OpenWhisk uses semantic versioning. Version numbers 
use the form <code>major.minor.incremental-build</code> and are incremented as 
follows:</p>
+                <p>Apache OpenWhisk uses semantic versioning. Version numbers
+                  use the form <code>major.minor.incremental-build</code> and
+                  are incremented as follows:</p>
                     <ul>
                         <li><em>major version</em>: for incompatible API 
changes.</li>
                         <li><em>minor version</em>: for new functionality 
added in a backward-compatible manner.</li>
@@ -247,13 +253,21 @@ function addListenersToSections()
 
         <main class="doc">
             <div class="content">
-                <a class="indexable" id="releases"></a>
-                <h3>Releases</h3>
-                <p>The Apache OpenWhisk project provides releases of source 
code, by component groupings, as TAR compressed archives files denoted by the 
<em>.tar.gz</em> extension.)
+                <a class="indexable" id="official-releases"></a>
+                <h3>Official Releases</h3>
+                <p>The Apache OpenWhisk project provides official releases of
+                  source code, by component groupings, as TAR compressed
+                  archives files denoted by the <em>.tar.gz</em> extension.)
+                </p>
+                <p>Developers who wish to use nightly builds or interim builds
+                  should read about them below under
+                  <a style="font-weight:normal;" 
href="#developer-builds">Developer Builds</a>.
                 </p>
                 <a class="indexable" id="verifying"></a>
                 <h4>Verifying</h4>
-                <p>As an Apache project, all downloaded files are signed by a 
project Release Manager and can be verified following these instructions:</p>
+                <p>As an Apache project, all downloaded files are signed by a
+                  project Release Manager and can be verified following these
+                  instructions:</p>
                 <ul>
                     <li><a href="https://www.apache.org/info/verification";>How 
to verify downloaded files</a></li>
                 </ul>
@@ -575,6 +589,36 @@ function addListenersToSections()
             </div>
         </main>
 
+      <main class="doc">
+        <div class="content">
+          <a class="indexable" id="developer-builds"></a>
+          <h3>Developer Builds</h3>
+          <p>Most of the Apache OpenWhisk project component repositories
+            are configured within GitHub to automatically generate interim
+            builds (not
+            <a href="#official-releases">official release builds</a>)
+            for each merged Pull Request (PR) and/or on
+            a nightly basis.  These builds, by default, are tagged
+            <b><em>'latest'</em></b> and appear under their respective GitHub
+            component's release tab and are intended for developer
+            evaluation and testing only.
+          </p>
+          <p>In some special cases,
+            Committers on the project may choose to use GitHub to tag
+            certain builds as they become closer to being Release Candidate
+            (RC) builds.  However, <em>any build tagged within GitHub with
+            either 'latest' or any other tag <strong>do NOT have
+            official Apache project release status</strong>.</em>
+            All official Apache OpenWhisk builds
+            undergo a rigorous process to be approved and are linked
+            <a style="font-weight:normal;" href="#official-releases">above</a>.
+          </p>
+          <p>To be clear, <strong>GitHub "releases" are not official Apache 
project
+            releases.</strong>
+          </p>
+        </div>
+      </main>
+
     </section>
 </div>
 
diff --git a/feed.xml b/feed.xml
index f446d09..6fb2de0 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2018-12-05T22:34:20+00:00</updated><id>/feed.xml</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any  [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2018-12-11T22:17:55+00:00</updated><id>/feed.xml</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any  [...]
 </subtitle></feed>
\ No newline at end of file

Reply via email to