Skip to content

Commit

Permalink
Move P build from 4.28 based to 4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthana committed Sep 7, 2023
1 parent 8ba28bb commit dd11ce6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cje-production/P-build/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit dd11ce6

Please sign in to comment.