You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2014/02/08 02:30:35 UTC

git commit: BIGTOP-1205. GRADLE_OPTS missing closing " in toolchain jenkins.sh.*

Updated Branches:
  refs/heads/master 304a5d2f3 -> 738fd94e9


BIGTOP-1205. GRADLE_OPTS missing closing " in toolchain jenkins.sh.*


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

Branch: refs/heads/master
Commit: 738fd94e95d52e344c2fd69f8c19bb6298cd6f6e
Parents: 304a5d2
Author: Konstantin Boudnik <co...@apache.org>
Authored: Fri Feb 7 16:58:32 2014 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Fri Feb 7 16:58:32 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/738fd94e/bigtop_toolchain/files/jenkins.sh.centos
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/files/jenkins.sh.centos b/bigtop_toolchain/files/jenkins.sh.centos
index 7929745..b2a8b0d 100644
--- a/bigtop_toolchain/files/jenkins.sh.centos
+++ b/bigtop_toolchain/files/jenkins.sh.centos
@@ -23,4 +23,4 @@ export SCALA_HOME=/usr/share/java
 export GRADLE_HOME=/usr/local/gradle
 export PATH=$PATH:$FORREST_HOME/bin:$GRADLE_HOME/bin
 
-export GRADLE_OPTS="-Dorg.gradle.daemon=true
\ No newline at end of file
+export GRADLE_OPTS="-Dorg.gradle.daemon=true"

http://git-wip-us.apache.org/repos/asf/bigtop/blob/738fd94e/bigtop_toolchain/files/jenkins.sh.ubu
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/files/jenkins.sh.ubu b/bigtop_toolchain/files/jenkins.sh.ubu
index a8d8f1d..2ff62fd 100644
--- a/bigtop_toolchain/files/jenkins.sh.ubu
+++ b/bigtop_toolchain/files/jenkins.sh.ubu
@@ -23,4 +23,4 @@ export SCALA_HOME=/usr/share/java
 export GRADLE_HOME=/usr/local/gradle
 export PATH=$PATH:$FORREST_HOME/bin:$GRADLE_HOME/bin
 
-export GRADLE_OPTS="-Dorg.gradle.daemon=true
\ No newline at end of file
+export GRADLE_OPTS="-Dorg.gradle.daemon=true"