[04/50] [abbrv] ignite git commit: IGNITE-7566 .NET: Build scripts: stop build when one of the steps fails

2018-03-18 Thread sboikov
IGNITE-7566 .NET: Build scripts: stop build when one of the steps fails


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

Branch: refs/heads/ignite-zk
Commit: 31087002b94127c3f1365e90e2a011b3585d085a
Parents: 0936f16
Author: Pavel Tupitsyn 
Authored: Wed Mar 7 11:25:07 2018 +0300
Committer: Pavel Tupitsyn 
Committed: Wed Mar 7 11:25:07 2018 +0300

--
 modules/platforms/dotnet/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/ignite/blob/31087002/modules/platforms/dotnet/build.sh
--
diff --git a/modules/platforms/dotnet/build.sh 
b/modules/platforms/dotnet/build.sh
index 1a58ff0..66d3852 100755
--- a/modules/platforms/dotnet/build.sh
+++ b/modules/platforms/dotnet/build.sh
@@ -21,7 +21,7 @@
 #
 
 # Fail on error.
-#set -e
+set -e
 
 # Build Java.
 pushd .



[03/50] [abbrv] ignite git commit: IGNITE-7566 .NET: Build scripts: stop build when one of the steps fails

2018-03-18 Thread sboikov
IGNITE-7566 .NET: Build scripts: stop build when one of the steps fails


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0936f162
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0936f162
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/0936f162

Branch: refs/heads/ignite-zk
Commit: 0936f162b84d0ff701ac020405e7e44f55fae52e
Parents: 8c3731e
Author: Pavel Tupitsyn 
Authored: Wed Mar 7 11:10:08 2018 +0300
Committer: Pavel Tupitsyn 
Committed: Wed Mar 7 11:10:08 2018 +0300

--
 modules/platforms/dotnet/build-mono.sh | 5 +
 modules/platforms/dotnet/build.sh  | 5 +
 2 files changed, 10 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ignite/blob/0936f162/modules/platforms/dotnet/build-mono.sh
--
diff --git a/modules/platforms/dotnet/build-mono.sh 
b/modules/platforms/dotnet/build-mono.sh
old mode 100644
new mode 100755
index 6f73eb7..a0a01c1
--- a/modules/platforms/dotnet/build-mono.sh
+++ b/modules/platforms/dotnet/build-mono.sh
@@ -20,10 +20,15 @@
 # Builds Java and .NET with Mono
 #
 
+# Fail on error.
+set -e
+
+# Build Java.
 pushd .
 cd ../../..
 mvn clean package -DskipTests -Dmaven.javadoc.skip=true 
-Plgpl,-examples,-clean-libs,-release,-scala,-clientDocs
 popd
 
+# Build .NET.
 nuget restore Apache.Ignite.sln
 msbuild Apache.Ignite.sln /p:RunCodeAnalysis=false

http://git-wip-us.apache.org/repos/asf/ignite/blob/0936f162/modules/platforms/dotnet/build.sh
--
diff --git a/modules/platforms/dotnet/build.sh 
b/modules/platforms/dotnet/build.sh
index fc5b344..1a58ff0 100755
--- a/modules/platforms/dotnet/build.sh
+++ b/modules/platforms/dotnet/build.sh
@@ -20,10 +20,15 @@
 # Builds Java and .NET with .NET Core
 #
 
+# Fail on error.
+#set -e
+
+# Build Java.
 pushd .
 cd ../../..
 mvn clean package -DskipTests -Dmaven.javadoc.skip=true 
-Plgpl,-examples,-clean-libs,-release,-scala,-clientDocs
 popd
 
+# Build .NET
 cd Apache.Ignite.Core.Tests.DotNetCore
 dotnet build



ignite git commit: IGNITE-7566 .NET: Build scripts: stop build when one of the steps fails

2018-03-07 Thread ptupitsyn
Repository: ignite
Updated Branches:
  refs/heads/master 0936f162b -> 31087002b


IGNITE-7566 .NET: Build scripts: stop build when one of the steps fails


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

Branch: refs/heads/master
Commit: 31087002b94127c3f1365e90e2a011b3585d085a
Parents: 0936f16
Author: Pavel Tupitsyn 
Authored: Wed Mar 7 11:25:07 2018 +0300
Committer: Pavel Tupitsyn 
Committed: Wed Mar 7 11:25:07 2018 +0300

--
 modules/platforms/dotnet/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/ignite/blob/31087002/modules/platforms/dotnet/build.sh
--
diff --git a/modules/platforms/dotnet/build.sh 
b/modules/platforms/dotnet/build.sh
index 1a58ff0..66d3852 100755
--- a/modules/platforms/dotnet/build.sh
+++ b/modules/platforms/dotnet/build.sh
@@ -21,7 +21,7 @@
 #
 
 # Fail on error.
-#set -e
+set -e
 
 # Build Java.
 pushd .



ignite git commit: IGNITE-7566 .NET: Build scripts: stop build when one of the steps fails

2018-03-07 Thread ptupitsyn
Repository: ignite
Updated Branches:
  refs/heads/master 8c3731e83 -> 0936f162b


IGNITE-7566 .NET: Build scripts: stop build when one of the steps fails


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0936f162
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0936f162
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/0936f162

Branch: refs/heads/master
Commit: 0936f162b84d0ff701ac020405e7e44f55fae52e
Parents: 8c3731e
Author: Pavel Tupitsyn 
Authored: Wed Mar 7 11:10:08 2018 +0300
Committer: Pavel Tupitsyn 
Committed: Wed Mar 7 11:10:08 2018 +0300

--
 modules/platforms/dotnet/build-mono.sh | 5 +
 modules/platforms/dotnet/build.sh  | 5 +
 2 files changed, 10 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ignite/blob/0936f162/modules/platforms/dotnet/build-mono.sh
--
diff --git a/modules/platforms/dotnet/build-mono.sh 
b/modules/platforms/dotnet/build-mono.sh
old mode 100644
new mode 100755
index 6f73eb7..a0a01c1
--- a/modules/platforms/dotnet/build-mono.sh
+++ b/modules/platforms/dotnet/build-mono.sh
@@ -20,10 +20,15 @@
 # Builds Java and .NET with Mono
 #
 
+# Fail on error.
+set -e
+
+# Build Java.
 pushd .
 cd ../../..
 mvn clean package -DskipTests -Dmaven.javadoc.skip=true 
-Plgpl,-examples,-clean-libs,-release,-scala,-clientDocs
 popd
 
+# Build .NET.
 nuget restore Apache.Ignite.sln
 msbuild Apache.Ignite.sln /p:RunCodeAnalysis=false

http://git-wip-us.apache.org/repos/asf/ignite/blob/0936f162/modules/platforms/dotnet/build.sh
--
diff --git a/modules/platforms/dotnet/build.sh 
b/modules/platforms/dotnet/build.sh
index fc5b344..1a58ff0 100755
--- a/modules/platforms/dotnet/build.sh
+++ b/modules/platforms/dotnet/build.sh
@@ -20,10 +20,15 @@
 # Builds Java and .NET with .NET Core
 #
 
+# Fail on error.
+#set -e
+
+# Build Java.
 pushd .
 cd ../../..
 mvn clean package -DskipTests -Dmaven.javadoc.skip=true 
-Plgpl,-examples,-clean-libs,-release,-scala,-clientDocs
 popd
 
+# Build .NET
 cd Apache.Ignite.Core.Tests.DotNetCore
 dotnet build