README 985 B

12345678910111213141516171819202122232425
  1. This directory contains some ansible script that we use to setup some
  2. machines that we use for Tor Browser development.
  3. To deploy some changes you need the ansible package to be installed on
  4. your machine, and be able to log in with ssh as root on the machine(s)
  5. where the changes need to be deployed.
  6. You can then use one of the following makefile targets:
  7. ansible-tbb-build:
  8. Deploy changes to the machine used by Tor Browser team members to do
  9. some Tor Browser builds.
  10. fpcentral:
  11. Deploy fpcentral to forrestii.torproject.org. To be able to run this
  12. you need to be in the fpcentral tpo ldap group. Your ldap password will
  13. be asked, to sudo to the fpcentral user.
  14. boklm-tbb-nightly-build:
  15. This target is used by boklm to deploy a nightly build machine. If
  16. anybody else wants to set up their own nightly builds, it is possible to
  17. do it by adding a new host to the inventory file and making copies of
  18. group_vars/boklm-tbb-nightly/ and boklm-tbb-nightly-build.yml.