-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move P build from 4.28 based to 4.29
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ TESTED_BUILD_TYPE="P" | |
RELEASE_VER="4.30" | ||
STREAM="4.30.0" | ||
STREAMMajor="4" | ||
STREAMMinor="29" | ||
STREAMMinor="30" | ||
STREAMService="0" | ||
GIT_ROOT="[email protected]:" | ||
AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git" | ||
|
@@ -39,26 +39,26 @@ BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates" | |
LOCAL_REPO="localMavenRepo" | ||
|
||
# Base builder parameters | ||
BASEBUILDER_TAG="4.28" | ||
API_PREV_REF_LABEL="4.28" | ||
BASEBUILDER_TAG="4.29" | ||
API_PREV_REF_LABEL="4.29" | ||
#API_FREEZE_REF_LABEL="4.28RC1" | ||
API_FREEZE_REF_LABEL="" | ||
# Change to appropriate versions and uncomment when entering API freeze | ||
#FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202208241800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip" | ||
# Otherwise set to a blank space | ||
FREEZE_PARAMS=" " | ||
|
||
PREVIOUS_RELEASE_VER="4.28" | ||
PREVIOUS_RELEASE_REPO_ID="4.28" | ||
PREVIOUS_RELEASE_VER="4.29" | ||
PREVIOUS_RELEASE_REPO_ID="4.29" | ||
#build id for getting repo | ||
BASEBUILD_ID="R-4.28-202306050440" | ||
BASEBUILD_ID="S-4.29RC2a-202309031000" | ||
#release id for downloading eclipse | ||
PREVIOUS_RELEASE_ID="R-4.28-202306050440" | ||
PREVIOUS_RELEASE_ID="S-4.29RC2a-202309031000" | ||
|
||
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/" | ||
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repositoryunittests/" | ||
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.28.0/R-3.28.0-20221120050827/repositoryunittests/" | ||
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder" | ||
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.29-I-builds/" | ||
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.30-I-builds/" | ||
|
||
#Maven parameters | ||
MAVEN_OPTS="-Xmx6G" | ||
|