- 30 Jan, 2020 4 commits
- 27 Jan, 2020 1 commit
-
-
boklm authored
-
- 21 Jan, 2020 2 commits
-
-
boklm authored
-
Georg Koppen authored
-
- 20 Jan, 2020 2 commits
-
-
Matthew Finkel authored
-
Georg Koppen authored
Geckodriver is not built by default in release builds. However, it's useful if we build it reproducibly so we can avoid trusting some binary downloaded from the Internet for our QA and Selenium related work. Only the 64bit Linux version is built and included as I doubt we'll need geckodriver on anything else for our purposes.
-
- 17 Jan, 2020 1 commit
-
-
boklm authored
-
- 12 Jan, 2020 1 commit
-
-
Georg Koppen authored
-
- 08 Jan, 2020 3 commits
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
Philipp Winter authored
Toke Høiland-Jørgensen generously offered to set up a default bridge in Denmark. This fixes <https://bugs.torproject.org/32891>.
-
- 05 Jan, 2020 1 commit
-
-
Georg Koppen authored
-
- 04 Jan, 2020 1 commit
-
-
Matthew Finkel authored
Changelog update and versions bump
-
- 24 Dec, 2019 1 commit
-
-
Georg Koppen authored
-
- 19 Dec, 2019 1 commit
-
-
boklm authored
When creating update responses for nightly builds, we don't want to create a downloads.json file, so we make that optional.
-
- 18 Dec, 2019 3 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
JeremyRand authored
Namecoin will be enabled if all the following are true: * rbm var/namecoin is set to 1 at build time * This is true for nightly on linux only * env var TOR_ENABLE_NAMECOIN=1 is set at run-time
-
- 17 Dec, 2019 5 commits
-
-
Georg Koppen authored
-
Matthew Finkel authored
-
boklm authored
-
boklm authored
var/set_default_env is changing $HOME, preventing gpg to find the keys in its default configuration directory. We avoid that by reseting $HOME to its previous value before running gpg.
-
Georg Koppen authored
-
- 16 Dec, 2019 7 commits
-
-
boklm authored
Update testsuite_git_commit so that incremental mars are generated as part of our nightly builds.
-
boklm authored
In rbm.conf we currently have var/max_torbrowser_incremental_from set to 2. In order to be able to generate incrementals from the previous two versions, we need to keep 3 builds.
-
boklm authored
To make generation of incremental mars easier, we use the version as the directory name (instead of just the date). We also define the tbb_version option, which is used to set the TORBROWSER_NIGHTLY_VERSION environment variable.
-
boklm authored
-
boklm authored
Previously we were using the prune-old-builds script which was located in the testsuite repository in tools/prune-old-builds, as a git submodule. As this script is not used anywhere other than here, it doesn't make much sense to keep it as a separate git submodule. To simplify modification of this script, we move it here.
-
Philipp Winter authored
Researchers at the University of Minnesota generously agreed to running a default bridge. This fixes <https://bugs.torproject.org/32547>.
-
- 14 Dec, 2019 1 commit
-
-
Georg Koppen authored
-
- 13 Dec, 2019 4 commits
-
-
boklm authored
-
Georg Koppen authored
This patch contains two backports for reproducibility issues found and fixed in LLVM's optimization code. The patch from bug 42574 might not be necessary in our context as I only witnessed problems when compiling Stylo with an older Rust (1.32.0) and then omptimizing with LLVM 8. However, it's hard to exclude any mismatching builds we encountered so far from being affected by that issue, so I think it is safer to backport that patch as well. Bug 43909 is an issue we and Mozilla definitely hit and very likely responsible for at least the vast majority of different builds we got over the course of the last weeks and months. Many thanks to Alex Crichton for the invaluable help in tracking this issue down.
-
boklm authored
-
boklm authored
-
- 12 Dec, 2019 2 commits
-
-
Matthew Finkel authored
-
Georg Koppen authored
-