Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-03-05 19:59:12 +0000
committerDavid Williams2013-03-05 19:59:12 +0000
commitbe5a57f06fe9e58c9b2ef07f72afef3c4fb3dd2d (patch)
tree2062c8dbfac32abe6387f104df096f20fd7b20df /production/build_eclipse_org.shsource
parentcd4c57541e25f11f3c315af1ef9bf4e3416a329d (diff)
downloadeclipse.platform.releng.aggregator-be5a57f06fe9e58c9b2ef07f72afef3c4fb3dd2d.tar.gz
eclipse.platform.releng.aggregator-be5a57f06fe9e58c9b2ef07f72afef3c4fb3dd2d.tar.xz
eclipse.platform.releng.aggregator-be5a57f06fe9e58c9b2ef07f72afef3c4fb3dd2d.zip
[releng] add more logging control. Turn off default debug
Diffstat (limited to 'production/build_eclipse_org.shsource')
-rw-r--r--production/build_eclipse_org.shsource9
1 files changed, 5 insertions, 4 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index d556c0c6d..743e517b5 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -39,10 +39,11 @@ B_GIT_EMAIL=e4Build@eclipse.org
B_GIT_NAME="E4 Build"
COMMITTER_ID=e4Build
-# comparator=true means verbose=true (gives debug msgs?)
-COMPARATOR=${COMPARATOR:-true}
-UPDATE_BRANDING=true
-FORCE_LOCAL_REPO=false
+# MVN_DEBUG=true means verbose; gives comparator info
+export MVN_DEBUG=${MVN_DEBUG:-false}
+export MVN_QUIET=${MVN_QUIET:-false}
+export UPDATE_BRANDING=true
+export FORCE_LOCAL_REPO=false
# no-bree-libs to experiment
#MAVEN_BREE=-Pno-bree-libs
# Need bree-libs for production builds

Back to the top