Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitlo2019-04-26 05:40:13 +0000
committerkitlo2019-04-26 05:40:13 +0000
commitc0528a8fa78a70aafedd16a391b6c0748837d047 (patch)
treea93a698f7a71ebe43ed65e50eb9542ef1cc9e065 /cje-production/buildproperties.txt
parent93caff83fe7984a81aebd61eddc28bf30e8a91b6 (diff)
downloadeclipse.platform.releng.aggregator-c0528a8fa78a70aafedd16a391b6c0748837d047.tar.gz
eclipse.platform.releng.aggregator-c0528a8fa78a70aafedd16a391b6c0748837d047.tar.xz
eclipse.platform.releng.aggregator-c0528a8fa78a70aafedd16a391b6c0748837d047.zip
Bug 546760 - Create new scripts to gather Eclipse publish files
Change-Id: Iaa1c6354b338fcf8af6f283a7ee5614365e342ca Signed-off-by: kitlo <kitlo@us.ibm.com>
Diffstat (limited to 'cje-production/buildproperties.txt')
-rw-r--r--cje-production/buildproperties.txt23
1 files changed, 5 insertions, 18 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index 0a1260fca..e4ccce44d 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -19,8 +19,12 @@
BRANCH="master"
PATCH_OR_BRANCH_LABEL="master"
BUILD_TYPE="I"
+TESTED_BUILD_TYPE="I"
RELEASE_VER="4.12"
STREAM="4.12.0"
+STREAMMajor="4"
+STREAMMinor="12"
+STREAMService="0"
GIT_ROOT="git://git.eclipse.org/gitroot"
AGG_REPO="/platform/eclipse.platform.releng.aggregator.git"
AGG_DIR="gitCache/eclipse.platform.releng.aggregator"
@@ -30,6 +34,7 @@ EQUINOX_DROP_DIR="siteDir/equinox/drops"
TMP_DIR="tmp"
DOWNLOAD_HOST="download.eclipse.org"
BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates"
+LOCAL_REPO="localMavenRepo"
# Base builder parameters
PREVIOUS_RELEASE_ID="R-4.11-201903070500"
@@ -39,21 +44,3 @@ WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.12.0/R-3
WEBTOOLS_VER="1.2.0.v201405010053"
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.12-I-builds/"
-
-# Old build variables, need to clean up
-GIT_ACCESS="ssh://genie.releng@git.eclipse.org:29418"
-aggDir="gitCache/eclipse.platform.releng.aggregator"
-REPO_AND_ACCESS="ssh://genie.releng@git.eclipse.org:29418"
-AGGREGATOR_REPO="ssh://genie.releng@git.eclipse.org:29418/platform/eclipse.platform.releng.aggregator.git"
-MAVEN_OPTS="-Xms2048m -Xmx5120m -Djava.io.tmpdir=/shared/eclipse/builds/4I/tmp -Dtycho.localArtifacts=ignore "
-B_GIT_EMAIL="genie.releng@eclipse.org"
-B_GIT_NAME="Releng HIPP"
-COMMITTER_ID="genie.releng"
-MVN_DEBUG="false"
-MVN_QUIET="false"
-SIGNING="true"
-MAVEN_BREE="-Pbree-libs"
-LOCAL_REPO="localMavenRepo"
-JAVA_DOC_TOOL="-Declipse.javadoc=/shared/common/java/openjdk/jdk-11_x64-latest/bin/javadoc"
-MAVEN_SETTINGS="--settings /shared/eclipse/settings/settingsBuildMachine.xml"
-ARCHIVE_HOST="archive.eclipse.org"

Back to the top