This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch master in repository builders/tor-browser-build.
commit dcd8ff5ec4f914e4c3c860dd964fc0e1ba326110 Author: Nicolas Vigier boklm@torproject.org AuthorDate: Sun Feb 6 08:41:47 2022 +0100
Bug 40414: add macos-signer-proxy --- tools/signing/macos-signer-proxy | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/tools/signing/macos-signer-proxy b/tools/signing/macos-signer-proxy new file mode 100755 index 0000000..8eff373 --- /dev/null +++ b/tools/signing/macos-signer-proxy @@ -0,0 +1,6 @@ +#!/bin/bash +set -e +script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +source "$script_dir/functions" + +ssh -R :1080 "$ssh_host_macos_signer" 'python ~/proxy.py --port 8443'