You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2015/04/01 13:19:28 UTC

bigtop git commit: BIGTOP-1793: bigtop_toolchain: remove JAVA_HOME/bin from PATH

Repository: bigtop
Updated Branches:
  refs/heads/master 164ae9184 -> c4ebc72b7


BIGTOP-1793: bigtop_toolchain: remove JAVA_HOME/bin from PATH

Signed-off-by: Olaf Flebbe <of...@oflebbe.de>


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

Branch: refs/heads/master
Commit: c4ebc72b70453c052c0b5b2dfbe4f73b5fc33d18
Parents: 164ae91
Author: YoungWoo Kim <yw...@apache.org>
Authored: Tue Mar 31 14:14:08 2015 +0900
Committer: Olaf Flebbe <of...@oflebbe.de>
Committed: Wed Apr 1 09:37:32 2015 +0200

----------------------------------------------------------------------
 bigtop_toolchain/files/jenkins.sh.centos | 2 +-
 bigtop_toolchain/files/jenkins.sh.debian | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/c4ebc72b/bigtop_toolchain/files/jenkins.sh.centos
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/files/jenkins.sh.centos b/bigtop_toolchain/files/jenkins.sh.centos
index 4bd4863..82034e2 100644
--- a/bigtop_toolchain/files/jenkins.sh.centos
+++ b/bigtop_toolchain/files/jenkins.sh.centos
@@ -19,6 +19,6 @@ export ANT_HOME=/usr/local/ant
 export FORREST_HOME=/usr/local/apache-forrest
 export SCALA_HOME=/usr/share/java
 export GRADLE_HOME=/usr/local/gradle
-export PATH=$JAVA7_HOME/bin:$MAVEN_HOME/bin:$ANT_HOME/bin:$FORREST_HOME/bin:$GRADLE_HOME/bin:$PATH
+export PATH=$MAVEN_HOME/bin:$ANT_HOME/bin:$FORREST_HOME/bin:$GRADLE_HOME/bin:$PATH
 
 export GRADLE_OPTS="-Dorg.gradle.daemon=true"

http://git-wip-us.apache.org/repos/asf/bigtop/blob/c4ebc72b/bigtop_toolchain/files/jenkins.sh.debian
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/files/jenkins.sh.debian b/bigtop_toolchain/files/jenkins.sh.debian
index 3d1ef66..6c1af95 100644
--- a/bigtop_toolchain/files/jenkins.sh.debian
+++ b/bigtop_toolchain/files/jenkins.sh.debian
@@ -19,6 +19,6 @@ export ANT_HOME=/usr/local/ant
 export FORREST_HOME=/usr/local/apache-forrest
 export SCALA_HOME=/usr/share/java
 export GRADLE_HOME=/usr/local/gradle
-export PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$ANT_HOME/bin:$FORREST_HOME/bin:$GRADLE_HOME/bin:$PATH
+export PATH=$MAVEN_HOME/bin:$ANT_HOME/bin:$FORREST_HOME/bin:$GRADLE_HOME/bin:$PATH
 
 export GRADLE_OPTS="-Dorg.gradle.daemon=true"