[tor-commits] [builders/tor-browser-build] 09/32: Bug 40414: add macos-signer-proxy
gitolite role
git at cupani.torproject.org
Tue May 10 11:34:03 UTC 2022
This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch maint-11.0
in repository builders/tor-browser-build.
commit 2337f751c88a91279421f0188553302cf0887bfc
Author: Nicolas Vigier <boklm at 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'
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list