From befe25ae31156701e43e50af9b4f5601c4bdfd05 Mon Sep 17 00:00:00 2001 From: Lakshmi Shanmugam Date: Fri, 24 Jul 2020 00:12:57 +0530 Subject: Temporarily disable notarization build is failing at notatization step due to chromium executable. Temporarily disable to complete the build Change-Id: I7a595aa7cfb17ac9e370a783fec0734c8643a8cf --- cje-production/mbscripts/mb300_gatherEclipseParts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cje-production/mbscripts/mb300_gatherEclipseParts.sh') diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh index 7ce6e3336..07f040a72 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 -- cgit v1.2.3