incubator-systemml-website git commit: [SYSTEMML-1051] Update README.md with Node.js Requirements

2016-10-24 Thread lresende
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 118ae9431 -> a0bad60ac


[SYSTEMML-1051] Update README.md with Node.js Requirements

Update the README.md mentioning that latest version of Node.js
is required. Also update commands to properly install dependencies
using the global tag which requires sudo.


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/a0bad60a
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/a0bad60a
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/a0bad60a

Branch: refs/heads/master
Commit: a0bad60accb9abe15ac13146b8037fc33fd397bd
Parents: 118ae94
Author: Luciano Resende 
Authored: Tue Oct 25 04:22:41 2016 +0200
Committer: Luciano Resende 
Committed: Tue Oct 25 04:22:41 2016 +0200

--
 README.md | 27 +++
 1 file changed, 19 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/a0bad60a/README.md
--
diff --git a/README.md b/README.md
index 6a819e6..12e015d 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,33 @@
-# SystemML Website
+SystemML Website
+
+
+Build System dependencies
+-
 
-## Getting Started
-### Prerequisites
  Node.js and npm
-In order to build this project you will need [node.js and 
npm](https://nodejs.org/). Detailed instructions can be found 
[here](https://github.com/nodejs/node/wiki/Installation).
+
+In order to build this project you will need the latest version of [node.js 
and npm](https://nodejs.org/). Detailed instructions can be found 
[here](https://github.com/nodejs/node/wiki/Installation).
 
  Gulp
+
 We use Gulp to compile Sass and JS aswell as run the Jekyll build. You can 
install it with npm:
+
 ```
-$ npm install -g gulp
+$ sudo npm install -g gulp
 ```
-### Build
- Download dependancies
+
+### Building the website
+
+ Download website dependancies
+
 ```
 $ npm install
 ```
- Build it:
+
+ Build website contents
+
 ```
 $ gulp
 ```
+
 If all goes well it open the site in your browser at `http://localhost:3000`.



incubator-systemml-website git commit: [SYSTEMML-1057] Change Home Page What is SystemML graphic

2016-10-24 Thread dusenberrymw
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master ec7ae8df5 -> 073e6068c


[SYSTEMML-1057] Change Home Page What is SystemML graphic

Closes #13.


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/073e6068
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/073e6068
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/073e6068

Branch: refs/heads/master
Commit: 073e6068c9d9db98906806efbe11164f5edaeb02
Parents: ec7ae8d
Author: Jason Azares 
Authored: Mon Oct 24 15:26:59 2016 -0700
Committer: Mike Dusenberry 
Committed: Mon Oct 24 15:50:21 2016 -0700

--
 .../banners/banner_what_is_systemml.html |   2 +-
 _src/assets/img/diagramAnim-v4.gif   | Bin 0 -> 3117460 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/073e6068/_src/_includes/themes/apache/partials/banners/banner_what_is_systemml.html
--
diff --git 
a/_src/_includes/themes/apache/partials/banners/banner_what_is_systemml.html 
b/_src/_includes/themes/apache/partials/banners/banner_what_is_systemml.html
index 7134ccf..12fec99 100644
--- a/_src/_includes/themes/apache/partials/banners/banner_what_is_systemml.html
+++ b/_src/_includes/themes/apache/partials/banners/banner_what_is_systemml.html
@@ -7,7 +7,7 @@
 determining whether your code should be run on the driver or an Apache 
Spark cluster.
 
 
-  
+  
 
   
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/073e6068/_src/assets/img/diagramAnim-v4.gif
--
diff --git a/_src/assets/img/diagramAnim-v4.gif 
b/_src/assets/img/diagramAnim-v4.gif
new file mode 100644
index 000..01ce112
Binary files /dev/null and b/_src/assets/img/diagramAnim-v4.gif differ



incubator-systemml git commit: [SYSTEMML-1048] Improve JIRA link path slash handling

2016-10-24 Thread deron
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 34fdb9032 -> 803763cf6


[SYSTEMML-1048] Improve JIRA link path slash handling

Resolve trailing slash case to index.md.
Parse out full path from page name.


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

Branch: refs/heads/master
Commit: 803763cf6325e4d350b33d9848413a8b75324e19
Parents: 34fdb90
Author: Deron Eriksson 
Authored: Mon Oct 24 13:23:45 2016 -0700
Committer: Deron Eriksson 
Committed: Mon Oct 24 13:23:45 2016 -0700

--
 docs/_layouts/global.html | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/803763cf/docs/_layouts/global.html
--
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index a32da83..516c7b4 100644
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -138,8 +138,12 @@
 var pageName = document.location.pathname;
 pageName = pageName.replace("/", "");
 pageName = pageName.replace(".html", ".md");
-if (pageName == "") {
+if (pageName == "") { // no page name
 pageName = "index.md";
+} else if (pageName.indexOf("/", pageName.length - 1) !== -1) 
{ // ends with slash
+pageName = "index.md";
+} else if (pageName.lastIndexOf("/") !== -1) { // has slashes
+pageName = pageName.split("/").pop();
 }
 if (pageName.indexOf(".md") == -1) {
 pageName = pageName + ".md";



svn commit: r16656 - /dev/incubator/systemml/0.11.0-incubating-rc4/

2016-10-24 Thread lresende
Author: lresende
Date: Mon Oct 24 16:33:10 2016
New Revision: 16656

Log:
Apache SystemML 0.11.0-incubating-rc4

Added:
dev/incubator/systemml/0.11.0-incubating-rc4/

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-source-release.zip
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-source-release.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-source-release.zip.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-sources.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-sources.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-sources.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.tar.gz
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.tar.gz.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.zip 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-src.zip.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.jar
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.jar.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.tar.gz
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.tar.gz.md5

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.zip
   (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-standalone.zip.md5
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.jar 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.jar.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.jar.md5
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.pom

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.tar.gz  
 (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.tar.gz.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.tar.gz.md5
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.zip 
  (with props)

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.zip.asc

dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating.zip.md5

Added: 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar
==
Binary file - no diff available.

Propchange: 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar
--
svn:mime-type = application/octet-stream

Added: 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.asc
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.asc
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.asc
 Mon Oct 24 16:33:10 2016
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlgONcAACgkQ858Yfe+1XfHJlACgju7CcpkC4um+GTwEtZv277yp
+dcAAnia1CVEptZwblFK4taDchMKaQ2BK
+=XiO6
+-END PGP SIGNATURE-

Added: 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.md5
==
--- 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.md5
 (added)
+++ 
dev/incubator/systemml/0.11.0-incubating-rc4/systemml-0.11.0-incubating-javadoc.jar.md5
 Mon Oct 24 16:33:10 2016
@@ -0,0 +1 @@
+17ee1a470d855437c936cb2e5aa7ac01 *systemml-0.11.0-incubating-javadoc.jar

Added: 

[incubator-systemml] Git Push Summary

2016-10-24 Thread lresende
Repository: incubator-systemml
Updated Tags:  refs/tags/v0.11.0-incubating-rc4 [created] 32740dc95


incubator-systemml git commit: [maven-release-plugin] prepare for next development iteration

2016-10-24 Thread lresende
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 6937683b0 -> 62709c30f


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 62709c30fda4a1d6bb5ad61d143fdf5bb793123a
Parents: 6937683
Author: Luciano Resende 
Authored: Mon Oct 24 18:10:48 2016 +0200
Committer: Luciano Resende 
Committed: Mon Oct 24 18:10:48 2016 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/62709c30/pom.xml
--
diff --git a/pom.xml b/pom.xml
index edf3eac..4557274 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
18

org.apache.systemml
-   0.11.0-incubating
+   0.12.0-SNAPSHOT
systemml
jar
SystemML
@@ -41,7 +41,7 @@

scm:git:g...@github.com:apache/incubator-systemml

scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml

https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git
-   v0.11.0-incubating-rc4
+   HEAD


JIRA