General build machines
The following machines can be used for general builds by Applications team members.
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.
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