This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch maint-11.0 in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/maint-11.0 by this push: new 643fce4 Bug 40516: Remove aguestuser from tb_builders and torbutton.gpg 643fce4 is described below
commit 643fce43b611381dd1c034ad015f97f23d12f4fa Author: Nicolas Vigier boklm@torproject.org AuthorDate: Tue Jun 7 10:24:07 2022 +0200
Bug 40516: Remove aguestuser from tb_builders and torbutton.gpg --- keyring/torbutton.gpg | Bin 234748 -> 222093 bytes tools/signing/set-config | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/keyring/torbutton.gpg b/keyring/torbutton.gpg index 9fed395..2a16391 100644 Binary files a/keyring/torbutton.gpg and b/keyring/torbutton.gpg differ diff --git a/tools/signing/set-config b/tools/signing/set-config index 70bd311..bad1009 100644 --- a/tools/signing/set-config +++ b/tools/signing/set-config @@ -14,4 +14,4 @@ echo "${BASH_ARGV0:-}" | grep -q '.dry-run$' && DRY_RUN='--dry-run' test -z "${NON_INTERACTIVE:-}" || rsync_progress="--progress" rsync_options="-avH ${rsync_progress:-} ${DRY_RUN:-}"
-tb_builders='aguestuser boklm gk pierov richard sysrqb' +tb_builders='boklm gk pierov richard sysrqb'