Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2018-02-12 09:42:05 +0000
committerJay Arthanareeswaran2018-02-12 09:42:05 +0000
commitadd2ecad5f6b59f11c457666edd348c3e9b6d73e (patch)
tree38209bde620b622692bb336e1e6216ebafb7868c /production
parent7de2a2894180cbaaad12c247834cf3e33d06a992 (diff)
downloadeclipse.platform.releng.aggregator-add2ecad5f6b59f11c457666edd348c3e9b6d73e.tar.gz
eclipse.platform.releng.aggregator-add2ecad5f6b59f11c457666edd348c3e9b6d73e.tar.xz
eclipse.platform.releng.aggregator-add2ecad5f6b59f11c457666edd348c3e9b6d73e.zip
Bug 530110 - Update the BRANCH to R4_& from master
Change-Id: I0c910b81f7d0782a6827cf7394000223a10d1b78 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'production')
-rwxr-xr-xproduction/sdk/bootstrap/mb47P_hudson.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/sdk/bootstrap/mb47P_hudson.sh b/production/sdk/bootstrap/mb47P_hudson.sh
index 642de85b3..523a4319c 100755
--- a/production/sdk/bootstrap/mb47P_hudson.sh
+++ b/production/sdk/bootstrap/mb47P_hudson.sh
@@ -81,7 +81,7 @@ echo "umask explicitly set to $NEWUMASK, old value was $oldumask"
# use BETA_JAVA_18_3 to do a "complete build" that includes Java 10 beta code
# use master to literally build "just the three" bundles that are required.
#export BRANCH=BETA_JAVA_18_3
-export BRANCH=master
+export BRANCH=R4_7_maintenance
export BUILD_TYPE=P
export STREAM=4.7.3
export PATCH_BUILD=java10patch47

Back to the top