Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitlo2019-03-15 03:13:57 +0000
committerSravan Kumar Lakkimsetti2019-03-21 08:03:57 +0000
commit08d43b6a317c24a390ed6cd4dbd883c5f9df81e6 (patch)
tree1e9de8c59cf71ad43a5a3c3d3246d23c1d86ad0b /cje-production/buildproperties.txt
parent37e8a3f60660a5045544e874bd175cf5cbf43da0 (diff)
downloadeclipse.platform.releng.aggregator-08d43b6a317c24a390ed6cd4dbd883c5f9df81e6.tar.gz
eclipse.platform.releng.aggregator-08d43b6a317c24a390ed6cd4dbd883c5f9df81e6.tar.xz
eclipse.platform.releng.aggregator-08d43b6a317c24a390ed6cd4dbd883c5f9df81e6.zip
Bug 545430 - Create new scripts to gather different artifacts
Change-Id: I44e05f4bd3002cebdd3237e9eb7793d13c158775 Signed-off-by: kitlo <kitlo@us.ibm.com>
Diffstat (limited to 'cje-production/buildproperties.txt')
-rw-r--r--cje-production/buildproperties.txt31
1 files changed, 15 insertions, 16 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index 181e57a65..a3b524160 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -15,15 +15,27 @@
# This file contains environmental properties as key value pairs. Lines starting
# with # are considered comments and no spaces allowed in keys
+# CJE build variables
BRANCH="master"
PATCH_OR_BRANCH_LABEL="master"
BUILD_TYPE="I"
+STREAM="4.11.0"
GIT_ROOT="git://git.eclipse.org/gitroot"
AGG_REPO="/platform/eclipse.platform.releng.aggregator.git"
AGG_DIR="gitCache/eclipse.platform.releng.aggregator"
-#
-BUILD_ROOT="siteDir"
-STREAM="4.11.0"
+DROP_DIR="siteDir/eclipse/downloads/drops4"
+TMP_DIR="tmp"
+
+# Base builder parameters
+PREVIOUS_RELEASE_ID="R-4.10-201812060815"
+PREVIOUS_RELEASE_VER="4.10"
+BUILDTOOLS_REPO="http://build.eclipse.org/eclipse/buildtools/"
+WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.12.0/R-3.12.0-20181130055351/repositoryunittests/"
+WEBTOOLS_VER="1.2.0.v201405010053"
+BASEBUILDER_DIR="siteDir/org.eclipse.releng.basebuilder"
+ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.11-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"
@@ -38,22 +50,9 @@ SIGNING="true"
MAVEN_BREE="-Pbree-libs"
GIT_PUSH="git push"
LOCAL_REPO="localMavenRepo"
-SCRIPT_PATH="."
JAVA_DOC_TOOL="-Declipse.javadoc=/shared/common/java/openjdk/jdk-11_x64-latest/bin/javadoc"
MAVEN_SETTINGS="--settings /shared/eclipse/settings/settingsBuildMachine.xml"
API_PREV_REF_LABEL="4.9"
API_FREEZE_REF_LABEL="4.10RC1"
DOWNLOAD_HOST="download.eclipse.org"
ARCHIVE_HOST="archive.eclipse.org"
-ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.11-I-builds/"
-
-# Base builder parameters start
-PREVIOUS_RELEASE_ID="R-4.10-201812060815"
-PREVIOUS_RELEASE_VER="4.10"
-BUILDTOOLS_REPO="http://build.eclipse.org/eclipse/buildtools/"
-WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.12.0/R-3.12.0-20181130055351/repositoryunittests/"
-WEBTOOLS_VER="1.2.0.v201405010053"
-BASEBUILDER_DIR="siteDir/org.eclipse.releng.basebuilder"
-
-# Base builder parameters end
-

Back to the top