Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-03-15 09:04:36 +0000
committerSravan Kumar Lakkimsetti2018-03-15 09:04:52 +0000
commit848b0a04decfac2036bf1df1d86802ac82e13d4e (patch)
treec67e83f0ba705c907b66a4d8bbfabdaad98e2286 /production/master-build.sh
parent1634ec5dcb0e8f7ac5b0b0e425281215dc3bd053 (diff)
downloadeclipse.platform.releng.aggregator-848b0a04decfac2036bf1df1d86802ac82e13d4e.tar.gz
eclipse.platform.releng.aggregator-848b0a04decfac2036bf1df1d86802ac82e13d4e.tar.xz
eclipse.platform.releng.aggregator-848b0a04decfac2036bf1df1d86802ac82e13d4e.zip
Bug 532383 - Modify build scripts to do a hidden build
Change-Id: I89dbeb5fa37efe4301568b286f58c67e4d23dc28 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/master-build.sh')
-rwxr-xr-xproduction/master-build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/production/master-build.sh b/production/master-build.sh
index 9e733d410..6256b7448 100755
--- a/production/master-build.sh
+++ b/production/master-build.sh
@@ -259,6 +259,12 @@ then
fn-write-property testbuildonly
fi
+# any value of interest/usefulness can be added to BUILD_ENV_FILE
+if [[ "${invisibleBuild}" == "true" ]]
+then
+ fn-write-property invisibleBuild
+fi
+
# Temp variables
#fn-write-property USING_TYCHO_SNAPSHOT
fn-write-property PATCH_TYCHO

Back to the top