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 2017/02/02 01:58:42 UTC

incubator-systemml git commit: [SYSTEMML-1225] Links to release process

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 633cb6787 -> f275f1a36


[SYSTEMML-1225] Links to release process

Add links to release process from overview and header menu.


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

Branch: refs/heads/master
Commit: f275f1a36f7a2101e14149eaa6f18d2608ee0e45
Parents: 633cb67
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Wed Feb 1 17:55:26 2017 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Wed Feb 1 17:55:26 2017 -0800

----------------------------------------------------------------------
 docs/_layouts/global.html | 1 +
 docs/index.md             | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f275f1a3/docs/_layouts/global.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 9e668a0..5aac166 100644
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -70,6 +70,7 @@
                                 <li><a href="contributing-to-systemml.html">Contributing to SystemML</a></li>
                                 <li><a href="engine-dev-guide.html">Engine Developer Guide</a></li>
                                 <li><a href="troubleshooting-guide.html">Troubleshooting Guide</a></li>
+                                <li><a href="release-process.html">Release Process</a></li>
                             </ul>
                         </li>
                         <li class="dropdown">

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f275f1a3/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index add9a26..c84e7b7 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -84,3 +84,4 @@ command-line interface.
 * [Contributing to SystemML](contributing-to-systemml) - Describes ways to contribute to SystemML.
 * [Engine Developer Guide](engine-dev-guide) - Guide for internal SystemML engine development.
 * [Troubleshooting Guide](troubleshooting-guide) - Troubleshoot various issues related to SystemML.
+* [Release Process](release-process) - Description of the SystemML release process.