Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.epp.config/startEPPJuno.sh')
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPJuno.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/startEPPJuno.sh b/releng/org.eclipse.epp.config/startEPPJuno.sh
index 64a64993..84950455 100755
--- a/releng/org.eclipse.epp.config/startEPPJuno.sh
+++ b/releng/org.eclipse.epp.config/startEPPJuno.sh
@@ -26,7 +26,7 @@ fi
# variables to adjust
BASE_DIR=/shared/technology/epp/epp_build/juno
-RELEASE_NAME="-juno-SR1-RC4"
+RELEASE_NAME="-juno-SR2-RC1"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`
@@ -41,7 +41,7 @@ DOWNLOAD_BASE_URL="http://build.eclipse.org/technology/epp/epp_build/juno/downlo
DOWNLOAD_BASE_DIR="${BASE_DIR}/download"
BUILD_DIR="${BASE_DIR}/build"
DOWNLOAD_DIR="${DOWNLOAD_BASE_DIR}/${START_TIME}"
-EPPREPO_INPUT_DIR="/shared/technology/epp/epp_repo/juno/epp.build/buildresult/org.eclipse.epp.allpackages.juno.feature_1.5.1-eclipse.feature/site.p2"
+EPPREPO_INPUT_DIR="/shared/technology/epp/epp_repo/juno/epp.build/buildresult/org.eclipse.epp.allpackages.juno.feature_1.5.2-eclipse.feature/site.p2"
EPPREPO_WORKINGCOPY_DIR="${DOWNLOAD_DIR}/repository"
MARKERFILE="${DOWNLOAD_DIR}/${MARKERFILENAME}"
STATUSFILE="${DOWNLOAD_DIR}/${STATUSFILENAME}"

Back to the top