Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-08 12:04:33 +0000
committerSravan Kumar Lakkimsetti2019-03-08 12:04:48 +0000
commit55383c58f426ce7851e2d28b00785061b5f2498c (patch)
tree2720f7581d4e0295af7b106235962e5930e072f0 /production
parent78a2d95060241bf373cb7abd3abf44b245645d70 (diff)
downloadeclipse.platform.releng.aggregator-55383c58f426ce7851e2d28b00785061b5f2498c.tar.gz
eclipse.platform.releng.aggregator-55383c58f426ce7851e2d28b00785061b5f2498c.tar.xz
eclipse.platform.releng.aggregator-55383c58f426ce7851e2d28b00785061b5f2498c.zip
Bug 545097 - Hide 4.12 builds from the download page
Change-Id: Ia65802c7b47c7d351d541fe34f980d060f3e7793 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production')
-rwxr-xr-xproduction/build-functions.shsource5
1 files changed, 5 insertions, 0 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 3582b5343..2f960f213 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1224,6 +1224,11 @@ 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