Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-02-23 06:25:39 +0000
committerSravan Kumar Lakkimsetti2017-02-23 06:25:39 +0000
commitb9e4d38be4075e020273450a2d5bb9879f44eb19 (patch)
treeb6aa62c80ca21c7c7e522f5d557dec60db9c5957
parentf6c3d87353474261e4e7f98111d04776c875a2df (diff)
downloadeclipse.platform.releng.aggregator-b9e4d38be4075e020273450a2d5bb9879f44eb19.tar.gz
eclipse.platform.releng.aggregator-b9e4d38be4075e020273450a2d5bb9879f44eb19.tar.xz
eclipse.platform.releng.aggregator-b9e4d38be4075e020273450a2d5bb9879f44eb19.zip
Bug 512606 - Disable cleaning of M-builds for 4.6.3 release
Change-Id: I1cb1d8e5d669a04b2c80ca1a00f7992cde49ce79 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xproduction/sdk/cleaners/dailyCleanBuildMachine.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/sdk/cleaners/dailyCleanBuildMachine.sh b/production/sdk/cleaners/dailyCleanBuildMachine.sh
index 4e71a44b7..7918c0b97 100755
--- a/production/sdk/cleaners/dailyCleanBuildMachine.sh
+++ b/production/sdk/cleaners/dailyCleanBuildMachine.sh
@@ -20,7 +20,7 @@
# character "build types" we use (I,M,N,P). Leave blank (or commented out)
# if nothing should be disabled.
-DISABLED=""
+DISABLED="I"
function removeOldPromotionScripts ()
{

Back to the top