[1/5] tinkerpop git commit: Install newest .NET Core SDK 2.1 version on Travis CTR

2018-06-09 Thread florianhockmann
Repository: tinkerpop
Updated Branches:
  refs/heads/master ae2f304d4 -> d3b6a340d
  refs/heads/tp33 55fcbdc45 -> d4c76a698


Install newest .NET Core SDK 2.1 version on Travis CTR

This hopefully fixes the CI problems we currently have where the key
couldn't be downloaded with a previous installation method.


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

Branch: refs/heads/master
Commit: eba1df34989ea88a408648bb2a0cf1efbd46e00c
Parents: e8e22af
Author: Florian Hockmann 
Authored: Sat Jun 9 13:31:41 2018 +0200
Committer: Florian Hockmann 
Committed: Sat Jun 9 13:31:41 2018 +0200

--
 .travis.yml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/eba1df34/.travis.yml
--
diff --git a/.travis.yml b/.travis.yml
index 1c15c15..8ca1346 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,12 +18,11 @@ install:
   - mvn -version
 
 before_install:
-  - curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > 
microsoft.gpg
-  - sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
-  - sudo sh -c 'echo "deb [arch=amd64] 
https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" 
> /etc/apt/sources.list.d/dotnetdev.list'
+  - wget -q 
https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
+  - sudo dpkg -i packages-microsoft-prod.deb
   - sudo apt-get install apt-transport-https
   - sudo apt-get update
-  - sudo apt-get install dotnet-sdk-2.1.101
+  - sudo apt-get install dotnet-sdk-2.1
 
 jobs:
   include:



[4/5] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-06-09 Thread florianhockmann
Merge branch 'tp32' into tp33


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

Branch: refs/heads/tp33
Commit: d4c76a698c133c2f491ec6a358492cc4b5c140a3
Parents: 55fcbdc eba1df3
Author: Florian Hockmann 
Authored: Sat Jun 9 13:34:32 2018 +0200
Committer: Florian Hockmann 
Committed: Sat Jun 9 13:34:32 2018 +0200

--
 .travis.yml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
--




[5/5] tinkerpop git commit: Merge branch 'tp33'

2018-06-09 Thread florianhockmann
Merge branch 'tp33'


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

Branch: refs/heads/master
Commit: d3b6a340dbb9c89355c40089a5c083dc0dbd4c5b
Parents: ae2f304 d4c76a6
Author: Florian Hockmann 
Authored: Sat Jun 9 13:34:46 2018 +0200
Committer: Florian Hockmann 
Committed: Sat Jun 9 13:34:46 2018 +0200

--
 .travis.yml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
--




[3/5] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-06-09 Thread florianhockmann
Merge branch 'tp32' into tp33


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

Branch: refs/heads/master
Commit: d4c76a698c133c2f491ec6a358492cc4b5c140a3
Parents: 55fcbdc eba1df3
Author: Florian Hockmann 
Authored: Sat Jun 9 13:34:32 2018 +0200
Committer: Florian Hockmann 
Committed: Sat Jun 9 13:34:32 2018 +0200

--
 .travis.yml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
--




[2/5] tinkerpop git commit: Install newest .NET Core SDK 2.1 version on Travis CTR

2018-06-09 Thread florianhockmann
Install newest .NET Core SDK 2.1 version on Travis CTR

This hopefully fixes the CI problems we currently have where the key
couldn't be downloaded with a previous installation method.


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

Branch: refs/heads/tp33
Commit: eba1df34989ea88a408648bb2a0cf1efbd46e00c
Parents: e8e22af
Author: Florian Hockmann 
Authored: Sat Jun 9 13:31:41 2018 +0200
Committer: Florian Hockmann 
Committed: Sat Jun 9 13:31:41 2018 +0200

--
 .travis.yml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/eba1df34/.travis.yml
--
diff --git a/.travis.yml b/.travis.yml
index 1c15c15..8ca1346 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,12 +18,11 @@ install:
   - mvn -version
 
 before_install:
-  - curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > 
microsoft.gpg
-  - sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
-  - sudo sh -c 'echo "deb [arch=amd64] 
https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" 
> /etc/apt/sources.list.d/dotnetdev.list'
+  - wget -q 
https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
+  - sudo dpkg -i packages-microsoft-prod.deb
   - sudo apt-get install apt-transport-https
   - sudo apt-get update
-  - sudo apt-get install dotnet-sdk-2.1.101
+  - sudo apt-get install dotnet-sdk-2.1
 
 jobs:
   include:



tinkerpop git commit: Install newest .NET Core SDK 2.1 version on Travis CTR

2018-06-09 Thread florianhockmann
Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 e8e22af43 -> eba1df349


Install newest .NET Core SDK 2.1 version on Travis CTR

This hopefully fixes the CI problems we currently have where the key
couldn't be downloaded with a previous installation method.


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

Branch: refs/heads/tp32
Commit: eba1df34989ea88a408648bb2a0cf1efbd46e00c
Parents: e8e22af
Author: Florian Hockmann 
Authored: Sat Jun 9 13:31:41 2018 +0200
Committer: Florian Hockmann 
Committed: Sat Jun 9 13:31:41 2018 +0200

--
 .travis.yml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/eba1df34/.travis.yml
--
diff --git a/.travis.yml b/.travis.yml
index 1c15c15..8ca1346 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,12 +18,11 @@ install:
   - mvn -version
 
 before_install:
-  - curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > 
microsoft.gpg
-  - sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
-  - sudo sh -c 'echo "deb [arch=amd64] 
https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" 
> /etc/apt/sources.list.d/dotnetdev.list'
+  - wget -q 
https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
+  - sudo dpkg -i packages-microsoft-prod.deb
   - sudo apt-get install apt-transport-https
   - sudo apt-get update
-  - sudo apt-get install dotnet-sdk-2.1.101
+  - sudo apt-get install dotnet-sdk-2.1
 
 jobs:
   include: