Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-07-11 19:56:16 +0000
committerDavid Williams2013-07-11 19:56:16 +0000
commitd845cbe182aabed32fa561eae145832f4f43f2e3 (patch)
treed2bd7dbbec8bce8641444b8df7611fd03a2e552f
parent6234705ba5f4400ed5950aa620b0d07ac2bd18d2 (diff)
downloadeclipse.platform.releng.aggregator-d845cbe182aabed32fa561eae145832f4f43f2e3.tar.gz
eclipse.platform.releng.aggregator-d845cbe182aabed32fa561eae145832f4f43f2e3.tar.xz
eclipse.platform.releng.aggregator-d845cbe182aabed32fa561eae145832f4f43f2e3.zip
Bug 401141 and bug 388878 temporarily sign nightly builds
-rw-r--r--production/build_eclipse_org.shsource11
1 files changed, 6 insertions, 5 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 0e1970577..a19ce8652 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -65,9 +65,10 @@ GIT_PUSH=${GIT_PUSH:-'git push'}
# local, non build.eclipse.org builds (or, test builds) may need to override, and turn off signing.
# otherwwise, we always sign if I or M build
-if [[ $BUILD_TYPE =~ [IM] ]]
-then
+# TEMP: for bug 401141 and bug 388878
+#if [[ $BUILD_TYPE =~ [IM] ]]
+#then
SIGNING=${SIGNING:-true}
-else
- SIGNING=${SIGNING:-false}
-fi
+#else
+# SIGNING=${SIGNING:-false}
+#fi

Back to the top