Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-02-23 08:52:07 +0000
committerSravan Kumar Lakkimsetti2017-02-23 08:52:07 +0000
commitfef98d02bec727fd482d13fbb879c9dc70fb61c2 (patch)
tree93b0b38aa02aea036b87bcfaa2f0b3e789ed4cd8
parentafc647e1cf3f0260b1a78fa09a220d30509f2f34 (diff)
downloadeclipse.platform.releng.aggregator-fef98d02bec727fd482d13fbb879c9dc70fb61c2.tar.gz
eclipse.platform.releng.aggregator-fef98d02bec727fd482d13fbb879c9dc70fb61c2.tar.xz
eclipse.platform.releng.aggregator-fef98d02bec727fd482d13fbb879c9dc70fb61c2.zip
Bug 512611 - Clean equinox M builds
Change-Id: I8aac2331b2dc50e32872009e48803baf8e499514 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xproduction/sdk/cleaners/cleanupEquinox.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/production/sdk/cleaners/cleanupEquinox.sh b/production/sdk/cleaners/cleanupEquinox.sh
index 33f0ecf83..5ddec6c86 100755
--- a/production/sdk/cleaners/cleanupEquinox.sh
+++ b/production/sdk/cleaners/cleanupEquinox.sh
@@ -47,7 +47,6 @@ clean() {
echo -e "\n\tCurrent date: $(date +%Y\ %m%d\ %H:%M)"
echo -e "\tRemoving drops from downloads server at ${equinoxBuilds}\n"
-clean $equinoxBuilds N
clean $equinoxBuilds I
clean $equinoxBuilds M2
clean $equinoxBuilds M-

Back to the top