Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-08 12:07:44 +0000
committerSravan Kumar Lakkimsetti2019-03-20 06:04:43 +0000
commit31d5700007aecf9bcecd8052309c1ed4016050f9 (patch)
tree4a5f974fd39a025c891306152a48912a08cc177a
parent4a670ff42b01959d3509fa7003606738afa3cb54 (diff)
downloadeclipse.platform.releng.aggregator-31d5700007aecf9bcecd8052309c1ed4016050f9.tar.gz
eclipse.platform.releng.aggregator-31d5700007aecf9bcecd8052309c1ed4016050f9.tar.xz
eclipse.platform.releng.aggregator-31d5700007aecf9bcecd8052309c1ed4016050f9.zip
Bug 545099 - Show 4.12 builds on download page
Revert "Bug 545097 - Hide 4.12 builds from the download page" This reverts commit 55383c58f426ce7851e2d28b00785061b5f2498c. Change-Id: Ie7818bef4fc83c2b4ea64dc54a829e010e4258f8
-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 9383a6e79..2cd4029e7 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1224,11 +1224,6 @@ fn-publish-eclipse ()
touch buildHidden
fi
- if [[ "$BUILD_STREAM" == "4.12.0" ]]
- then
- touch buildHidden
- fi
-
if [[ "$invisibleBuild" == "true" ]]
then
touch buildHidden

Back to the top