Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-03-06 12:43:02 +0000
committerSravan Kumar Lakkimsetti2017-03-06 12:43:02 +0000
commit5db9265c884daa187719391b8de24d2df2840bc5 (patch)
tree626dbed3e817d5514217e5cdd0bcad89fc0ba961
parentb41448c81380b4d9f48065691b28abed2641fe70 (diff)
downloadeclipse.platform.releng.aggregator-5db9265c884daa187719391b8de24d2df2840bc5.tar.gz
eclipse.platform.releng.aggregator-5db9265c884daa187719391b8de24d2df2840bc5.tar.xz
eclipse.platform.releng.aggregator-5db9265c884daa187719391b8de24d2df2840bc5.zip
Bug 512606 - Disable cleaning of M-builds for 4.6.3 release
Change-Id: I7db28d5234b1eec9ea986e6305c7e101fffd3150 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 7918c0b97..09698f13d 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="I"
+DISABLED="M"
function removeOldPromotionScripts ()
{

Back to the top