3 Tor Browser Build Machines
boklm edited this page 2026-02-17 13:08:50 +00:00

General build machines

The following machines can be used for general builds by Applications team members.

  • tb-build-02
  • tb-build-03

Nightly Build machine

The following machine is used for Nightly builds. See Nightly Builds Setup page for more details. Manual builds on this machine should be avoided.

  • tb-build-06

Deprecated machines

The following machines have been removed.

  • tb-build-04 (tpo/tpa/team#40964)
  • tb-build-05 (tpo/tpa/team#40964)

build-sources.tbb.torproject.org

https://build-sources.tbb.torproject.org/ is currently hosted on tb-build-02. To add/update files there, use ssh to connect to this machine, become the tb-builder user with sudo -s -u tb-builder and update files in the public_html/ directory.

There is a SHA256SUM file in that directory which can be updated with the following command:

for i in $(echo * | sort); do sha256sum $i; done > SHA256SUM