Home
last modified time | relevance | path

Searched refs:notarize (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/mac/signing/
H A Dnotarize_test.py9 from . import notarize, test_common, test_config
34 uuid = notarize.submit('/tmp/file.dmg', config)
53 uuid = notarize.submit('/tmp/file.dmg', config)
81 list(notarize.wait_for_results(uuids, test_config.TestConfig())))
104 notarize.wait_for_results(
128 with self.assertRaises(notarize.NotarizationError) as cm:
129 list(notarize.wait_for_results(uuids, test_config.TestConfig()))
188 list(notarize.wait_for_results(uuids, test_config.TestConfig()))
231 with self.assertRaises(notarize.NotarizationError) as cm:
258 notarize.staple('/tmp/file.dmg')
[all …]
H A Dpipeline.py15 from . import commands, model, modification, notarize, parts, signing
146 notarize.staple_bundled_parts(parts.get_parts(dist_config).values(), paths)
613 uuid = notarize.submit(zip_file, dist_config)
618 for result in notarize.wait_for_results(uuids_to_config.keys(),
651 uuid = notarize.submit(dmg_path, dist_config)
658 uuid = notarize.submit(pkg_path, dist_config)
664 for result in notarize.wait_for_results(
667 notarize.staple(package_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/mac/signing/
H A Dpipeline.py13 from . import commands, model, notarize, parts, signing
122 uuid = notarize.submit(zip_file, config)
126 for _ in notarize.wait_for_results([uuid], config):
128 notarize.staple_bundled_parts(
142 for _ in notarize.wait_for_results(
143 [notarize.submit(dmg_path, config)], config):
145 notarize.staple(dmg_path)
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/deploy/osx/
H A Ddeploy-and-package.sh8 notarize=yes
10 notarize=no
37 if [ "$notarize" = no ]; then
87 if [ "$notarize" = no ]; then
94 deploy/osx/notarize.sh "$dmg" || exit 1
/dports/misc/netron/node_modules/electron-notarize/
H A DREADME.md6 …ps://circleci.com/gh/electron/electron-notarize.svg?style=svg)](https://circleci.com/gh/electron/e…
7 [![NPM package](https://img.shields.io/npm/v/electron-notarize)](https://npm.im/electron-notarize)
13 npm install electron-notarize --save-dev
16 yarn add electron-notarize --dev
42 ### Method: `notarize(opts): Promise<void>`
79 … the name of `AuthKey_<api_key>.p8`. This is the string you have to supply when calling `notarize`.
104 import { notarize } from 'electron-notarize';
108 await notarize({
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/mac/
H A Dnotarize_thing.py12 from signing import notarize
72 uuid = notarize.submit(path, config)
75 for uuid in notarize.wait_for_results(uuids, config):
81 notarize.staple(path)
H A Dsign_chrome.py136 parser.set_defaults(notarize=False)
139 if args.notarize:
158 do_notarization=args.notarize,
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A Dmodule.xcodebuild3 .PHONY: macosx.build macosx.ub macosx.sign macosx.notarize macosx.clean macosx.install macosx.insta…
16 macosx.notarize:
41 notarize: macosx.notarize
50 MACOSX.goals = $(filter-out build ub sign notarize clean install,$(MAKECMDGOALS))
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/CI/MacOS/
H A Dnotorize.sh11 NOTARIZE_APP_LOG=$(mktemp -t notarize-app)
12 NOTARIZE_INFO_LOG=$(mktemp -t notarize-info)
17 if xcrun altool --notarize-app --primary-bundle-id "$BUNDLE_ID" --username "$ASC_USERNAME" --passwo…
/dports/sysutils/py-salt/salt-3004.1/pkg/osx/
H A Dnotarize.sh60 NOTARIZE_APP_LOG=$(mktemp -t notarize-app)
61 NOTARIZE_INFO_LOG=$(mktemp -t notarize-info)
75 if ! xcrun altool --notarize-app \
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/tool/src/commands/
H A Dsign.rs29 append: bool, notarize: bool, time: Option<SystemTime>, in sign()
32 match (detached, append|notarize) { in sign()
37 sign_message(policy, input, output_path, secrets, binary, notarize, in sign()
144 secrets: Vec<openpgp::Cert>, binary: bool, notarize: bool, in sign_message()
151 sign_message_(policy, input, &mut output, secrets, notarize, time)?; in sign_message()
158 secrets: Vec<openpgp::Cert>, notarize: bool, in sign_message_()
188 if ! notarize { in sign_message_()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/tool/src/commands/
H A Dsign.rs29 append: bool, notarize: bool, time: Option<SystemTime>, in sign()
32 match (detached, append|notarize) { in sign()
37 sign_message(policy, input, output_path, secrets, binary, notarize, in sign()
144 secrets: Vec<openpgp::Cert>, binary: bool, notarize: bool, in sign_message()
151 sign_message_(policy, input, &mut output, secrets, notarize, time)?; in sign_message()
158 secrets: Vec<openpgp::Cert>, notarize: bool, in sign_message_()
188 if ! notarize { in sign_message_()
/dports/net-im/nheko/nheko-0.9.0/.ci/macos/
H A Dnotarize.sh39 NOTARIZE_SUBMIT_LOG=$(mktemp -t notarize-submit)
40 NOTARIZE_STATUS_LOG=$(mktemp -t notarize-status)
53 xcrun altool -t osx -f nheko.dmg --primary-bundle-id "io.github.nheko-reborn.nheko" --notarize-app …
/dports/audio/audacity/audacity-Audacity-3.1.3/scripts/build/macOS/
H A DNotarizeMacos.cmake33 function( notarize path ) function
39 --notarize-app
100 notarize( ${archive} )
107 notarize( ${DMG_LOCATION} )
/dports/audio/audacity/audacity-Audacity-3.1.3/mac/scripts/
H A Dbuild_dist.sh16 function notarize function
29 xcrun altool --notarize-app \
184 notarize "${DSTROOT}.zip"
275 notarize "${DMG}.dmg"
/dports/games/openttd/openttd-12.1/os/macosx/
H A Dnotarize.sh46 cat <<EOF > notarize.json
58 gon notarize.json
/dports/deskutils/calibre/calibre-src-5.34.0/setup/
H A Dinstallers.py31 def get_cmd(exe, bypy, which, bitness, sign_installers, notarize=True, compression_level='9'): argument
38 if sign_installers or notarize:
40 if notarize:
73 def build_single(which='windows', bitness='64', shutdown=True, sign_installers=True, notarize=True,… argument
76 …cmd = get_cmd(exe, bypy, which, bitness, sign_installers, notarize, compression_level=compression_…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/cje-production/scripts/
H A Dcommon-functions.shsource47 fn-notarize-macbuild ()
57 …aple": true};type=application/json' http://172.30.206.146:8383/macos-notarization-service/notarize)
/dports/audio/musescore/MuseScore-3.6.1/build/ci/macos/
H A Dnotarize.sh29 RequestUUID=$(xcrun altool --notarize-app --primary-bundle-id "org.musescore.MuseScore" -u $APPLE_U…
34 …failure=$(xcrun altool --notarize-app --primary-bundle-id "org.musescore.MuseScore" -u $APPLE_USER…
/dports/net/wireshark-lite/wireshark-3.6.1/packaging/macosx/
H A Dnotarize-dmg.sh49 if ! altool_out=$( mktemp /tmp/notarize-dmg.out.XXXXX ) ; then
56 --notarize-app \
/dports/net/wireshark/wireshark-3.6.1/packaging/macosx/
H A Dnotarize-dmg.sh49 if ! altool_out=$( mktemp /tmp/notarize-dmg.out.XXXXX ) ; then
56 --notarize-app \
/dports/net/tshark/wireshark-3.6.1/packaging/macosx/
H A Dnotarize-dmg.sh49 if ! altool_out=$( mktemp /tmp/notarize-dmg.out.XXXXX ) ; then
56 --notarize-app \
/dports/net/tshark-lite/wireshark-3.6.1/packaging/macosx/
H A Dnotarize-dmg.sh49 if ! altool_out=$( mktemp /tmp/notarize-dmg.out.XXXXX ) ; then
56 --notarize-app \
/dports/x11/kitty/kitty-0.23.1/bypy/macos/
H A D__main__.py122 def sign_app(app_dir, notarize): argument
136 if notarize:
144 …def __init__(self, build_dir, dont_strip=False, sign_installers=False, notarize=False, skip_tests=… argument
148 self.notarize = notarize
450 sign_app(appdir, self.notarize)
482 notarize=args.notarize,
/dports/audio/musescore/MuseScore-3.6.1/.github/workflows/
H A Dci_macos.yml53 echo "warning: not set APPLE_USERNAME, notarize disabled"
57 echo "warning: not set APPLE_PASSWORD, notarize disabled"
94 bash ./build/ci/macos/notarize.sh -u $USER -p $PW

12345678