Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2020-07-24 09:25:16 +0000
committerLakshmi Shanmugam2020-07-24 09:29:23 +0000
commit93f2a21519495f18305896908a1ea45e559a4329 (patch)
tree3821822f9716595621008815dab56c183d6b23a9 /cje-production/mbscripts/mb300_gatherEclipseParts.sh
parentdf37c4d6459d3061311f6f6db0c72287c13c1f14 (diff)
downloadeclipse.platform.releng.aggregator-93f2a21519495f18305896908a1ea45e559a4329.tar.gz
eclipse.platform.releng.aggregator-93f2a21519495f18305896908a1ea45e559a4329.tar.xz
eclipse.platform.releng.aggregator-93f2a21519495f18305896908a1ea45e559a4329.zip
Revert "Temporarily disable notarization"
This reverts commit befe25ae31156701e43e50af9b4f5601c4bdfd05. Reason for revert: Enable notarization again Change-Id: Ifcb9ddb1e89eaf146d5520e33c50b972de37656d
Diffstat (limited to 'cje-production/mbscripts/mb300_gatherEclipseParts.sh')
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index 07f040a72..7ce6e3336 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -59,7 +59,7 @@ if [ -z $PATCH_BUILD ]; then
cp org.eclipse.sdk.ide-macosx.cocoa.x86_64.dmg $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-SDK-$BUILD_ID-macosx-cocoa-x86_64.dmg
cp org.eclipse.sdk.ide-win32.win32.x86_64.zip $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-SDK-$BUILD_ID-win32-x86_64.zip
popd
- # fn-notarize-macbuild "$CJE_ROOT/$DROP_DIR/$BUILD_ID" eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.dmg
+ fn-notarize-macbuild "$CJE_ROOT/$DROP_DIR/$BUILD_ID" eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.dmg
fi
# gather platform
@@ -72,7 +72,7 @@ if [ -z $PATCH_BUILD ]; then
cp org.eclipse.platform.ide-macosx.cocoa.x86_64.dmg $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-platform-$BUILD_ID-macosx-cocoa-x86_64.dmg
cp org.eclipse.platform.ide-win32.win32.x86_64.zip $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-platform-$BUILD_ID-win32-x86_64.zip
popd
- # fn-notarize-macbuild "$CJE_ROOT/$DROP_DIR/$BUILD_ID" eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.dmg
+ fn-notarize-macbuild "$CJE_ROOT/$DROP_DIR/$BUILD_ID" eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.dmg
fi
# gather platform sources

Back to the top