This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch master in repository builders/tor-browser-build.
commit 23d61c8469c351ff2db3913e74db87d88e4051e0 Author: Nicolas Vigier boklm@torproject.org AuthorDate: Sat Apr 30 13:59:11 2022 +0200
Bug 40476: Add sync-scripts-to-staticiforme --- tools/signing/sync-scripts-to-staticiforme | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/tools/signing/sync-scripts-to-staticiforme b/tools/signing/sync-scripts-to-staticiforme new file mode 100755 index 0000000..bd1f4c7 --- /dev/null +++ b/tools/signing/sync-scripts-to-staticiforme @@ -0,0 +1,8 @@ +#!/bin/bash +set -e +script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +source "$script_dir/functions" + +var_is_defined ssh_host_staticiforme + +rsync $rsync_options "$script_dir/" "$ssh_host_staticiforme:signing-$tbb_version_type/"