[tor-commits] [builders/tor-browser-build] 07/09: Bug 40476: Add sync-scripts-to-staticiforme

gitolite role git at cupani.torproject.org
Tue May 10 11:42:17 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 a7b69fa12309236b16b166277fa9a2cf9e059f8d
Author: Nicolas Vigier <boklm at 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/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list