Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-05 10:08:22 +0000
committerSravan Kumar Lakkimsetti2018-09-05 10:08:22 +0000
commit0d6fb820ef207a21e1354da37334ad0ad4897364 (patch)
tree235b35a674f9288b804d0397eec0c549bd33a7a3 /production/sdk/bootstrap/mb4P_hudson.sh
parentd4613a8f4fd7bb308d692bbefee528ad129cce84 (diff)
downloadeclipse.platform.releng.aggregator-0d6fb820ef207a21e1354da37334ad0ad4897364.tar.gz
eclipse.platform.releng.aggregator-0d6fb820ef207a21e1354da37334ad0ad4897364.tar.xz
eclipse.platform.releng.aggregator-0d6fb820ef207a21e1354da37334ad0ad4897364.zip
Bug 538631 - Y-build should be built from 4.9 maintenance
Change-Id: Ib5ad4aaf1e11322dc7886d721c8688a3a61907ea Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/sdk/bootstrap/mb4P_hudson.sh')
-rwxr-xr-xproduction/sdk/bootstrap/mb4P_hudson.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/sdk/bootstrap/mb4P_hudson.sh b/production/sdk/bootstrap/mb4P_hudson.sh
index ab59592ec..855da272b 100755
--- a/production/sdk/bootstrap/mb4P_hudson.sh
+++ b/production/sdk/bootstrap/mb4P_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_JAVA11
-export BRANCH=master
+export BRANCH=R4_9_maintenance
export BUILD_TYPE=P
export STREAM=4.9.0
export PATCH_BUILD=java11patch49

Back to the top