updated API's and fixed the download location for master builds

This commit is contained in:
Spencer Alger
2014-09-26 13:06:46 -07:00
parent abd5a121b5
commit db1e6cb052
7 changed files with 12 additions and 21 deletions

View File

@ -67,11 +67,10 @@ function manage_es {
local BUCKET='s3-us-west-2.amazonaws.com/build.elasticsearch.org'
# TODO: TRASH THIS
if [[ $ES_BRANCH == "master" ]]; then local JDK='JDK7'
elif [[ $ES_BRANCH == "1.x" ]]; then local JDK='JDK7'
if [[ $ES_BRANCH == "1.x" ]]; then local JDK='JDK7'
elif [[ $ES_BRANCH == "1.2" ]]; then local JDK='JDK7'
elif [[ $ES_BRANCH == "1.3" ]]; then local JDK='JDK7'
elif [[ $ES_BRANCH == "1.4" ]]; then
elif [[ $ES_BRANCH == "1.4" || $ES_BRANCH == "master" ]]; then
local JDK='JDK7'
local BUCKET='s3-eu-west-1.amazonaws.com/build-eu.elasticsearch.org'
else local JDK='JDK6'