Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-03-23 04:53:11 +0000
committerSravan Kumar Lakkimsetti2021-03-23 05:59:00 +0000
commitd0d28c0e6621b3a9a9c82c99aaf8741eaf18448d (patch)
tree71b7fd3c51549ddb15790d6ac1c6e51823a7bb69
parent4e2a95325bca3ea11b800726585c2368d226dfae (diff)
downloadeclipse.platform.releng.aggregator-d0d28c0e6621b3a9a9c82c99aaf8741eaf18448d.tar.gz
eclipse.platform.releng.aggregator-d0d28c0e6621b3a9a9c82c99aaf8741eaf18448d.tar.xz
eclipse.platform.releng.aggregator-d0d28c0e6621b3a9a9c82c99aaf8741eaf18448d.zip
Bug 572057 - Parallelize mac notarization steps
-Removing double notarization Change-Id: I9018deae13ea3b5be1cddb98202fc2fccaa9d655 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/mbscripts/mb310_gatherEquinoxParts.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/cje-production/mbscripts/mb310_gatherEquinoxParts.sh b/cje-production/mbscripts/mb310_gatherEquinoxParts.sh
index 55872e46b..4db9592a9 100755
--- a/cje-production/mbscripts/mb310_gatherEquinoxParts.sh
+++ b/cje-production/mbscripts/mb310_gatherEquinoxParts.sh
@@ -38,7 +38,6 @@ if [ -d $REPO_DIR ]; then
chmod +x $CJE_ROOT/scripts/notarizeMacApp.sh
NOTARIZE_LOG_DIR=$CJE_ROOT/notarizeEqLog
mkdir -p $NOTARIZE_LOG_DIR
- fn-notarize-macbuild "$CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID" EclipseRT-OSGi-StarterKit-$BUILD_ID-macosx-cocoa-x86_64.dmg
(/bin/bash $CJE_ROOT/scripts/notarizeMacApp.sh "$CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID" EclipseRT-OSGi-StarterKit-$BUILD_ID-macosx-cocoa-x86_64.dmg > $NOTARIZE_LOG_DIR/equinoxX64.log 2>&1)&
fi

Back to the top