You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2017/04/01 06:34:55 UTC

[1/2] apex-site git commit: from 7d47a75ca2c0fd31d3200a6175f58ff736f5c72d

Repository: apex-site
Updated Branches:
  refs/heads/asf-site 3685fc10d -> ff1150891


from 7d47a75ca2c0fd31d3200a6175f58ff736f5c72d


Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/e3222799
Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/e3222799
Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/e3222799

Branch: refs/heads/asf-site
Commit: e322279931df8eb46547295d67d20830c9106cae
Parents: 3685fc1
Author: Apex Dev <de...@apex.apache.org>
Authored: Fri Mar 31 23:25:09 2017 -0700
Committer: Thomas Weise <th...@apache.org>
Committed: Fri Mar 31 23:25:09 2017 -0700

----------------------------------------------------------------------
 content/docs/malhar  |  2 +-
 content/release.html | 15 ++++++---------
 2 files changed, 7 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-site/blob/e3222799/content/docs/malhar
----------------------------------------------------------------------
diff --git a/content/docs/malhar b/content/docs/malhar
index 56de8c3..958582c 120000
--- a/content/docs/malhar
+++ b/content/docs/malhar
@@ -1 +1 @@
-malhar-3.6
\ No newline at end of file
+malhar-3.7
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/apex-site/blob/e3222799/content/release.html
----------------------------------------------------------------------
diff --git a/content/release.html b/content/release.html
index c2e1dda..591caab 100644
--- a/content/release.html
+++ b/content/release.html
@@ -247,12 +247,11 @@ published libraries.</p>
 <pre><code class="lang-bash">git commit --author &quot;Apex Dev &lt;dev@apex.apache.org&gt;&quot; -am &quot;Preparing for 3.4.1 development&quot;
 git push apache
 </code></pre>
-<p>Merge <code>@since</code> tag and change log changes to <code>master</code>.</p>
+<p>Cherry-pick <code>@since</code> tag and change log changes from release tag to <code>master</code>.</p>
 <h3 id="documentation">Documentation</h3>
 <p>There two steps in promotion. The documentation built during the build step above is made available on the website and then any changes to the rest of the website are deployed.</p>
-<ol>
-<li>If this is a new minor or a major release, under the <code>apex-site</code> folder, run the following commands to point the website to the release documentation folder, otherwise it is a patch release and this step can be skipped as the documentation is already reflected in the website.</li>
-</ol>
+<p>If this is a minor or a major release, link the release documentation as latest on the web site. Otherwise it is a patch release and this step can be skipped (documentation is already reflected in the website).</p>
+<p>Under the <code>apex-site</code> folder (<code>asf-site</code> branch):</p>
 <pre><code class="lang-bash"># docv major.minor version calculated in the build step
 cd docs
 # Set the release version to be the latest available version
@@ -261,12 +260,10 @@ git add -A
 git commit --author &quot;Apex Dev &lt;dev@apex.apache.org&gt;&quot; -m &quot;Promoting ${DOC_NAME}-${docv} documentation&quot;
 git push
 </code></pre>
-<ol>
-<li>Refer to the documentation in <a href="https://github.com/apache/apex-site#contributing">apex-site repository</a> to add any new links to the <a href="https://github.com/apache/apex-site/blob/master/src/md/docs.md">docs.md</a> page, follow the committer steps to commit and push these changes, and deploy the site.</li>
-</ol>
-<h2 id="announce-release">Announce Release</h2>
-<p>For minor or major release, publish the documentation to the web site prior to updating download page (which will automatically link the documentation). See <a href="https://github.com/apache/apex-core/tree/master/docs#deployment">https://github.com/apache/apex-core/tree/master/docs#deployment</a></p>
+<h3 id="update-web-site">Update Web Site</h3>
 <p>Update the download page to reflect the new release: <a href="https://github.com/apache/apex-site#updating-downloads-page">https://github.com/apache/apex-site#updating-downloads-page</a></p>
+<p>Publish the web site, see <a href="https://github.com/apache/apex-site#contributing">apex-site repository</a> for instructions.</p>
+<h2 id="announce-release">Announce Release</h2>
 <p>Send the announcement email, example:
 <a href="http://mail-archives.apache.org/mod_mbox/www-announce/201605.mbox/%3CCA%2B5xAo1ZYso6azUBJOkpVtJqM%3DAnJFr_RtjKk9_VusBwgYNS8A%40mail.gmail.com%3E">http://mail-archives.apache.org/mod_mbox/www-announce/201605.mbox/%3CCA%2B5xAo1ZYso6azUBJOkpVtJqM%3DAnJFr_RtjKk9_VusBwgYNS8A%40mail.gmail.com%3E</a></p>
 <h2 id="removing-old-releases">Removing old Releases</h2>


[2/2] apex-site git commit: from 5e55ecc02b8efb11c2903f2dbb1a2cf597396f6b

Posted by th...@apache.org.
from 5e55ecc02b8efb11c2903f2dbb1a2cf597396f6b


Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/ff115089
Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/ff115089
Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/ff115089

Branch: refs/heads/asf-site
Commit: ff11508916258f4efb1c23af3aee75e52c66e9f9
Parents: e322279
Author: Apex Dev <de...@apex.apache.org>
Authored: Fri Mar 31 23:34:13 2017 -0700
Committer: Thomas Weise <th...@apache.org>
Committed: Fri Mar 31 23:34:13 2017 -0700

----------------------------------------------------------------------
 content/downloads.html | 48 ++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-site/blob/ff115089/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
index 7f13f9b..9b28f35 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -189,68 +189,68 @@
     <tbody>
       <tr>
         <td>
-          3.6.0
+          3.7.0
           <span class="latest-tag">(latest)</span>
         </td>
         <td>
-          2016-11-26
+          2017-03-27
         </td>
         <td>
-          <a href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.zip">malhar-3.6.0-source-release.zip</a><br>
+          <a href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.zip">malhar-3.7.0-source-release.zip</a><br>
           <small>
             (
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.zip.asc">pgp</a>,
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.zip.md5">md5</a>,
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.zip.sha">sha1</a>
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.zip.asc">pgp</a>,
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.zip.md5">md5</a>,
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.zip.sha">sha1</a>
             )
           </small>
         </td>
         <td>
-          <a href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.tar.gz">malhar-3.6.0-source-release.tar.gz</a><br>
+          <a href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.tar.gz">malhar-3.7.0-source-release.tar.gz</a><br>
           <small>
             (
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.tar.gz.asc">pgp</a>,
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.tar.gz.md5">md5</a>,
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.tar.gz.sha">sha1</a>
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.tar.gz.asc">pgp</a>,
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.tar.gz.md5">md5</a>,
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.tar.gz.sha">sha1</a>
             )
           </small>
         </td>
         <td>
-          <a href="/docs/malhar-3.6">user documentation</a><br>
-          <a href="https://ci.apache.org/projects/apex-malhar/apex-malhar-javadoc-release-3.6/index.html">javadoc</a><br>
+          <a href="/docs/malhar-3.7">user documentation</a><br>
+          <a href="https://ci.apache.org/projects/apex-malhar/apex-malhar-javadoc-release-3.7/index.html">javadoc</a><br>
         </td>
       </tr>
       <tr>
         <td>
-          3.5.0
+          3.6.0
           <span class="latest-tag">(latest)</span>
         </td>
         <td>
-          2016-08-30
+          2016-11-26
         </td>
         <td>
-          <a href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-malhar-3.5.0/apache-apex-malhar-3.5.0-source-release.zip">malhar-3.5.0-source-release.zip</a><br>
+          <a href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.zip">malhar-3.6.0-source-release.zip</a><br>
           <small>
             (
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.5.0/apache-apex-malhar-3.5.0-source-release.zip.asc">pgp</a>,
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.5.0/apache-apex-malhar-3.5.0-source-release.zip.md5">md5</a>,
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.5.0/apache-apex-malhar-3.5.0-source-release.zip.sha">sha1</a>
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.zip.asc">pgp</a>,
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.zip.md5">md5</a>,
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.zip.sha">sha1</a>
             )
           </small>
         </td>
         <td>
-          <a href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-malhar-3.5.0/apache-apex-malhar-3.5.0-source-release.tar.gz">malhar-3.5.0-source-release.tar.gz</a><br>
+          <a href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.tar.gz">malhar-3.6.0-source-release.tar.gz</a><br>
           <small>
             (
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.5.0/apache-apex-malhar-3.5.0-source-release.tar.gz.asc">pgp</a>,
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.5.0/apache-apex-malhar-3.5.0-source-release.tar.gz.md5">md5</a>,
-              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.5.0/apache-apex-malhar-3.5.0-source-release.tar.gz.sha">sha1</a>
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.tar.gz.asc">pgp</a>,
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.tar.gz.md5">md5</a>,
+              <a href="https://dist.apache.org/repos/dist/release/apex/apache-apex-malhar-3.6.0/apache-apex-malhar-3.6.0-source-release.tar.gz.sha">sha1</a>
             )
           </small>
         </td>
         <td>
-          <a href="/docs/malhar-3.5">user documentation</a><br>
-          <a href="https://ci.apache.org/projects/apex-malhar/apex-malhar-javadoc-release-3.5/index.html">javadoc</a><br>
+          <a href="/docs/malhar-3.6">user documentation</a><br>
+          <a href="https://ci.apache.org/projects/apex-malhar/apex-malhar-javadoc-release-3.6/index.html">javadoc</a><br>
         </td>
       </tr>
     </tbody>