[tbb-commits] [Git][tpo/applications/tor-browser-build][main] 3 commits: Bug 41005: Unpack macOS bundle to /var/tmp instead of /tmp in rcodesign-notary-submit step
richard (@richard)
git at gitlab.torproject.org
Mon Nov 6 16:08:22 UTC 2023
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/9b98e5acccacecf6c6f98708bcb0b3bc67d7791a...a565b18ac2c172324dffe54b39c6f87fc9e275ec
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/9b98e5acccacecf6c6f98708bcb0b3bc67d7791a...a565b18ac2c172324dffe54b39c6f87fc9e275ec
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231106/3c68288f/attachment-0001.htm>
More information about the tbb-commits
mailing list