Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-19 11:49:29 +0000
committerSravan Kumar Lakkimsetti2018-09-19 11:52:51 +0000
commita1974b1eb70cf09018d3d33fc294a507c2299ee0 (patch)
treeeb6a143079e44f8e370f67d72296c77fdfc41c31
parentbe7028af797d780b5425abbf153a47614aa73de3 (diff)
downloadeclipse.platform.releng.aggregator-a1974b1eb70cf09018d3d33fc294a507c2299ee0.tar.gz
eclipse.platform.releng.aggregator-a1974b1eb70cf09018d3d33fc294a507c2299ee0.tar.xz
eclipse.platform.releng.aggregator-a1974b1eb70cf09018d3d33fc294a507c2299ee0.zip
Bug 539236 - Releng's daily cleaner removes latest Equinox builds
Change-Id: Ic7398a71defd4c9cbfe892fe4083fadb9b680c9b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xproduction/sdk/cleaners/cleanupEquinox.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/production/sdk/cleaners/cleanupEquinox.sh b/production/sdk/cleaners/cleanupEquinox.sh
index f9ad18170..c1cb25d6f 100755
--- a/production/sdk/cleaners/cleanupEquinox.sh
+++ b/production/sdk/cleaners/cleanupEquinox.sh
@@ -41,7 +41,3 @@ clean() {
echo -e "\n\tCurrent date: $(date +%Y\ %m%d\ %H:%M)"
echo -e "\tRemoving drops from downloads server at ${equinoxBuilds}\n"
clean $equinoxBuilds I
-clean $equinoxBuilds M2
-clean $equinoxBuilds M-
-clean $equinoxBuilds R-
-clean $equinoxBuilds S-

Back to the top