richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
a9429aa5
by Richard Pospesel at 2023-11-03T15:22:37+00:00
-
8ebcb6f6
by Richard Pospesel at 2023-11-03T15:24:19+00:00
-
a565b18a
by Richard Pospesel at 2023-11-03T15:25:24+00:00
3 changed files:
- tools/signing/finished-signing-clean-linux-signer
- tools/signing/gatekeeper-bundling.sh
- tools/signing/rcodesign-notary-submit
Changes:
... | ... | @@ -10,5 +10,5 @@ source "$script_dir/functions" |
10 | 10 | var_is_defined ssh_host_linux_signer tbb_version
|
11 | 11 | |
12 | 12 | ssh "$ssh_host_linux_signer" 'bash -s' << EOF
|
13 | - test -n "$tbb_version" && rm -Rfv ~/"$SIGNING_PROJECTNAME-$tbb_version ~/"$SIGNING_PROJECTNAME-$tbb_version-macos-signed"
|
|
13 | + test -n "$tbb_version" && rm -Rfv ~/"$SIGNING_PROJECTNAME-$tbb_version" ~/"$SIGNING_PROJECTNAME-$tbb_version-macos-signed"
|
|
14 | 14 | EOF |
... | ... | @@ -45,7 +45,7 @@ test -f "$libdmg_file" || \ |
45 | 45 | "You can build it with:" \
|
46 | 46 | " ./rbm/rbm build --target no_containers libdmg-hfsplus" \
|
47 | 47 | "See var/deps in projects/libdmg-hfsplus/config for the list of build dependencies"
|
48 | -hfstools_file="$script_dir/../../out/hfsplus-tools/hfsplus-tools-540.1.linux3-81ff5b.tar.gz"
|
|
48 | +hfstools_file="$script_dir/../../out/hfsplus-tools/hfsplus-tools-540.1.linux3-2acaa4.tar.zst"
|
|
49 | 49 | test -f "$hfstools_file" || \
|
50 | 50 | exit_error "$hfstools_file is missing." \
|
51 | 51 | "You can build it with:" \
|
... | ... | @@ -14,7 +14,7 @@ test -f "$appstoreconnect_api_key_path" || \ |
14 | 14 | |
15 | 15 | "$script_dir/setup-rcodesign"
|
16 | 16 | |
17 | -tmpdir=$(mktemp -d)
|
|
17 | +tmpdir=$(mktemp -d -p /var/tmp)
|
|
18 | 18 | trap "rm -Rf $tmpdir" EXIT
|
19 | 19 | |
20 | 20 | Proj_Name=$(Project_Name)
|