Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-06-07 09:57:46 +0000
committerSravan Kumar Lakkimsetti2019-06-19 13:24:32 +0000
commitbabd76b41287c9c7bcda874a51b92bb38b773c23 (patch)
tree6acabd64a41c02fdb4d0f44b33317aee2424cc68
parent195bd4e8a25987e385ea1de7a9cb89096dcfcc56 (diff)
downloadeclipse.platform.releng.aggregator-babd76b41287c9c7bcda874a51b92bb38b773c23.tar.gz
eclipse.platform.releng.aggregator-babd76b41287c9c7bcda874a51b92bb38b773c23.tar.xz
eclipse.platform.releng.aggregator-babd76b41287c9c7bcda874a51b92bb38b773c23.zip
Bug 547923 - Show 4.13 builds on download page
Revert "Bug 547921 - Hide 4.13 builds from the download page" This reverts commit a8125db007728732bfb446a36e29720ab20432a5. Change-Id: Ie8475d7b7c8dd2bc59092ec3f415d29bc7eca319
-rwxr-xr-xproduction/build-functions.shsource7
1 files changed, 1 insertions, 6 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index b74bdf0fe..82f3a5398 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1223,12 +1223,7 @@ fn-publish-eclipse ()
then
touch buildHidden
fi
-
- if [[ "$BUILD_STREAM" == "4.13.0" ]]
- then
- touch buildHidden
- fi
-
+
if [[ "$invisibleBuild" == "true" ]]
then
touch buildHidden

Back to the top