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.
The following commit(s) were added to refs/heads/master by this push: new 7bb4413 Bug 40516: Remove aguestuser from tb_builders and torbutton.gpg 7bb4413 is described below
commit 7bb44137b4a9c27f6057b97e4fc0026fd6eb66dd 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'
tbb-commits@lists.torproject.org