You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2016/03/25 21:52:01 UTC

incubator-systemml-website git commit: Add link to nightly builds

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master cb59349f6 -> 0d39ff08a


Add link to nightly builds


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/0d39ff08
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/0d39ff08
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/0d39ff08

Branch: refs/heads/master
Commit: 0d39ff08a9d8e9f00e192d45221da15ae709e438
Parents: cb59349
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Fri Mar 25 13:51:37 2016 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Fri Mar 25 13:51:37 2016 -0700

----------------------------------------------------------------------
 download.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/0d39ff08/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
index befab33..1d2966d 100644
--- a/download.md
+++ b/download.md
@@ -86,10 +86,16 @@ You will be prompted for a mirror - if the file is not found on yours, please be
         </table>
 
         <p>Instructions for checking hashes and signatures is described on the <a href="http://www.apache.org/info/verification.html">Verifying Apache Software Foundation Releases</a> page.</p>
-        <p>You can also retrieve the source files from our git repository by typing:</p>
 
-        <pre>git clone {{ site.data.project.source_repository_mirror }}</pre>
+        <h3>Nightly Experimental Builds</h3>
+        <p> Nighly experimental builds can be obtained from <a href="https://sparktc.ibmcloud.com/repo/latest/">our nightly build</a> page.
 
+        <h3>Bleeding-Edge</h3>
+        <p>You can also retrieve the source files from our <a href="https://github.com/apache/incubator-systemml">Git repository</a> and create a bleeding-edge build by typing:</p>
+
+        <pre>git clone {{ site.data.project.source_repository_mirror }}
+cd incubator-systemml
+mvn clean package</pre>
 
         <h3>Using Maven</h3>