Repository: incubator-predictionio Updated Branches: refs/heads/develop 1a222657b -> 9d0854242
[PIO-22] Build from master branch source Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/82b036c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/82b036c4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/82b036c4 Branch: refs/heads/develop Commit: 82b036c4d6d6db63db83ef3d8df663238f860467 Parents: 1a22265 Author: EmergentOrder <[email protected]> Authored: Fri Jan 27 11:32:38 2017 -0600 Committer: EmergentOrder <[email protected]> Committed: Fri Jan 27 11:32:38 2017 -0600 ---------------------------------------------------------------------- bin/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/82b036c4/bin/install.sh ---------------------------------------------------------------------- diff --git a/bin/install.sh b/bin/install.sh index f17cde5..a999435 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -18,7 +18,7 @@ # OS=`uname` -PIO_VERSION=0.11.0-SNAPSHOT +PIO_VERSION=0.11.0 SPARK_VERSION=1.6.2 # Looks like support for Elasticsearch 2.0 will require 2.0 so deferring ELASTICSEARCH_VERSION=1.7.5 @@ -283,11 +283,11 @@ cd ${TEMP_DIR} if [[ ! -e ${PIO_FILE} ]]; then echo "Downloading PredictionIO..." - curl -L https://codeload.github.com/apache/incubator-predictionio/tar.gz/develop > incubator-predictionio-develop.tar.gz + curl -L https://codeload.github.com/apache/incubator-predictionio/tar.gz/master > incubator-predictionio-master.tar.gz - tar zxf incubator-predictionio-develop.tar.gz + tar zxf incubator-predictionio-master.tar.gz - mv incubator-predictionio-develop PredictionIO-${PIO_VERSION} + mv incubator-predictionio-master PredictionIO-${PIO_VERSION} sh PredictionIO-${PIO_VERSION}/make-distribution.sh cp PredictionIO-${PIO_VERSION}/${PIO_FILE} ${TEMP_DIR}
