This is an automated email from the git hooks/post-receive script.
richard pushed a change to branch master in repository builders/tor-browser-build.
from 05cec20 fixup! Bug 40202: Sign Fenix QA apks with the latest version of apksign new 4fd5e25 Bug 40476: Update possible people.tpo build location new 1345e0e Bug 40476: Add wait-for-finished-build new 6ed2577 Bug 40476: Rename authenticode-signing.sh to linux-signer-authenticode-signing new f9d35e8 Bug 40476: Update linux-signer-authenticode-signing new 830c290 Bug 40476: Improve linux-signer-authenticode-signing new 6e76d18 Bug 40476: Use gpg with --batch --no-tty in linux-signer-gpg-sign new 23d61c8 Bug 40476: Add sync-scripts-to-staticiforme new ef5a955 Bug 40476: Add staticiforme-prepare-cdn-dist-upload new 12472f6 Bug 40476: Add do-all-signing
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: tools/signing/authenticode-signing.sh | 48 ------ tools/signing/do-all-signing | 186 +++++++++++++++++++++ ...igned-sha256sums-gpg-signatures-from-people-tpo | 4 +- tools/signing/linux-signer-authenticode-signing | 34 ++++ tools/signing/linux-signer-gpg-sign | 2 +- tools/signing/staticiforme-prepare-cdn-dist-upload | 36 ++++ ...o-macos-signer => sync-scripts-to-staticiforme} | 4 +- tools/signing/wait-for-finished-build | 21 +++ tools/update/publish_version.sh | 39 ----- 9 files changed, 283 insertions(+), 91 deletions(-) delete mode 100755 tools/signing/authenticode-signing.sh create mode 100755 tools/signing/do-all-signing create mode 100755 tools/signing/linux-signer-authenticode-signing create mode 100755 tools/signing/staticiforme-prepare-cdn-dist-upload copy tools/signing/{sync-scripts-to-macos-signer => sync-scripts-to-staticiforme} (60%) create mode 100755 tools/signing/wait-for-finished-build delete mode 100755 tools/update/publish_version.sh