Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-05 08:12:59 +0000
committerSravan Kumar Lakkimsetti2018-09-19 11:54:40 +0000
commit542860ac8689fc594747a262a07663b903d8af0f (patch)
tree564558a8bb3db06ea5a75936cc3ac9f965b81ab8 /production
parenta1974b1eb70cf09018d3d33fc294a507c2299ee0 (diff)
downloadeclipse.platform.releng.aggregator-542860ac8689fc594747a262a07663b903d8af0f.tar.gz
eclipse.platform.releng.aggregator-542860ac8689fc594747a262a07663b903d8af0f.tar.xz
eclipse.platform.releng.aggregator-542860ac8689fc594747a262a07663b903d8af0f.zip
Bug 538626 - Show 4.10 builds on download page
This reverts commit 61fe1c66cd320f6866813deafa07a2b51f28c03f. Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production')
-rwxr-xr-xproduction/build-functions.shsource5
1 files changed, 0 insertions, 5 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 79eb73c04..a95b73fa6 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1220,11 +1220,6 @@ fn-publish-eclipse ()
touch buildHidden
fi
- if [[ "$BUILD_STREAM" == "4.10.0" ]]
- then
- touch buildHidden
- fi
-
if [[ "$invisibleBuild" == "true" ]]
then
touch buildHidden

Back to the top