You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by ch...@apache.org on 2016/10/01 02:41:26 UTC

[2/2] incubator-toree git commit: removing hard coding for gpg so it can operate on multiple platforms

removing hard coding for gpg so it can operate on multiple platforms


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

Branch: refs/heads/master
Commit: a0f75a1c0e5c66d2d5787a78668d31d44ffb1be0
Parents: 29b3ace
Author: Petros Rizos <pe...@quantumblack.com>
Authored: Fri Sep 30 11:19:15 2016 +0100
Committer: Petros Rizos <pe...@quantumblack.com>
Committed: Fri Sep 30 11:19:15 2016 +0100

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/a0f75a1c/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 03dadc1..85aed4d 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ SCALA_VERSION?=2.11
 IMAGE?=jupyter/all-spark-notebook:07a7c4d6d447
 EXAMPLE_IMAGE?=apache/toree-examples
 SYSTEM_TEST_IMAGE?=apache/toree-systemtest
-GPG?=/usr/local/bin/gpg
+GPG?=gpg
 GPG_PASSWORD?=
 BINDER_IMAGE?=apache/toree-binder
 DOCKER_WORKDIR?=/srv/toree