
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 Bug 41005: Unpack macOS bundle to /var/tmp instead of /tmp in rcodesign-notary-submit step - - - - - 8ebcb6f6 by Richard Pospesel at 2023-11-03T15:24:19+00:00 Bug 41006: Fix typo in finished-signing-clean-linux signer - - - - - a565b18a by Richard Pospesel at 2023-11-03T15:25:24+00:00 Bug 41007: gatekeeper-bundling.sh refers to old .tar.gz archive - - - - - 3 changed files: - tools/signing/finished-signing-clean-linux-signer - tools/signing/gatekeeper-bundling.sh - tools/signing/rcodesign-notary-submit Changes: ===================================== tools/signing/finished-signing-clean-linux-signer ===================================== @@ -10,5 +10,5 @@ source "$script_dir/functions" var_is_defined ssh_host_linux_signer tbb_version ssh "$ssh_host_linux_signer" 'bash -s' << EOF - test -n "$tbb_version" && rm -Rfv ~/"$SIGNING_PROJECTNAME-$tbb_version ~/"$SIGNING_PROJECTNAME-$tbb_version-macos-signed" + test -n "$tbb_version" && rm -Rfv ~/"$SIGNING_PROJECTNAME-$tbb_version" ~/"$SIGNING_PROJECTNAME-$tbb_version-macos-signed" EOF ===================================== tools/signing/gatekeeper-bundling.sh ===================================== @@ -45,7 +45,7 @@ test -f "$libdmg_file" || \ "You can build it with:" \ " ./rbm/rbm build --target no_containers libdmg-hfsplus" \ "See var/deps in projects/libdmg-hfsplus/config for the list of build dependencies" -hfstools_file="$script_dir/../../out/hfsplus-tools/hfsplus-tools-540.1.linux3-81ff5b.tar.gz" +hfstools_file="$script_dir/../../out/hfsplus-tools/hfsplus-tools-540.1.linux3-2acaa4.tar.zst" test -f "$hfstools_file" || \ exit_error "$hfstools_file is missing." \ "You can build it with:" \ ===================================== tools/signing/rcodesign-notary-submit ===================================== @@ -14,7 +14,7 @@ test -f "$appstoreconnect_api_key_path" || \ "$script_dir/setup-rcodesign" -tmpdir=$(mktemp -d) +tmpdir=$(mktemp -d -p /var/tmp) trap "rm -Rf $tmpdir" EXIT Proj_Name=$(Project_Name) View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/9... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/9... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
richard (@richard)