- 21 Nov, 2018 2 commits
-
-
boklm authored
projects/firefox-locale-bundle will clone or pull the mercurial repositories for each locale into the hg_clones/firefox-locale-bundle directory, and generate tarballs using the changesets listed in the firefox json file. The script get_hg_hash is used to parse this json file and output the hg changeset for the selected locale. Patch based on work started by GeKo.
-
boklm authored
Update testsuite_git_commit to enable android nightly builds.
-
- 20 Nov, 2018 5 commits
-
-
- 16 Nov, 2018 3 commits
-
-
Additionally, minor clean-ups got done (like adding our 64bit Windows target where needed).
-
The script got written by boklm.
-
-
- 14 Nov, 2018 1 commit
-
-
- 11 Nov, 2018 1 commit
-
-
boklm authored
As rbm currently does not do deep merge of options hashes (bug 26185) we cannot modify var/* options from the input_files section (or we lose all the other var/* options). As a workaround we move the two options we need to modify under input_file_var/ instead of var/.
-
- 08 Nov, 2018 1 commit
-
-
Georg Koppen authored
Adding Alexis' and keeping only Bill's in addition to that
-
- 06 Nov, 2018 1 commit
-
-
Georg Koppen authored
-
- 05 Nov, 2018 1 commit
-
-
boklm authored
-
- 31 Oct, 2018 3 commits
-
-
This avoids a harmless error message in the build log: find: `talk/': No such file or directory Compare to https://github.com/keroserene/go-webrtc/commit/bfbd31b3f439346e9cac73df05781be9a51b0e45#diff-0b83f9dedf40d7356e5ca147a077acb4
-
David Fifield authored
The update to go 1.11.1 fixed part of #27827, namely the /tmp/go-buildRANDOMNUM paths embedded in the binary. However there is still a single /tmp/go-link-RANDOMNUM/go.o path remaining -- it comes from here: https://github.com/golang/go/blob/go1.11.1/src/cmd/link/internal/ld/lib.go#L935-L946 The random path affects the Go build ID even if we overwrite the random digits in the binary. Luckily there's a -tmpdir flag that lets us override the random path.
-
David Fifield authored
For some reason, this version of go requires setting _GLIBCXX_USE_CXX11_ABI=1 in the snowflake build, not only in go-webrtc. https://bugs.torproject.org/27827#comment:12
-
- 26 Oct, 2018 1 commit
-
-
- 25 Oct, 2018 2 commits
-
-
Georg Koppen authored
This reverts commit 6803d9a8.
-
-
- 24 Oct, 2018 3 commits
-
-
Georg Koppen authored
This reverts commit fbb72c65.
-
-
-
- 19 Oct, 2018 4 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
This reverts commit 889be431, reversing changes made to d8ce7fca. The patch for bug 27827 leads to a busted Linux build.
-
Georg Koppen authored
-
Georg Koppen authored
Versions bump and Changelog update
-
- 18 Oct, 2018 3 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
-
- 17 Oct, 2018 5 commits
-
-
David Fifield authored
The update to go 1.11.1 fixed part of #27827, namely the /tmp/go-buildRANDOMNUM paths embedded in the binary. However there is still a single /tmp/go-link-RANDOMNUM/go.o path remaining -- it comes from here: https://github.com/golang/go/blob/go1.11.1/src/cmd/link/internal/ld/lib.go#L935-L946 The random path affects the Go build ID even if we overwrite the random digits in the binary. Luckily there's a -tmpdir flag that lets us override the random path.
-
David Fifield authored
-
Georg Koppen authored
-
boklm authored
Update tbb-windows-installer to v0.5, adding patch to abort install if CPU is missing SSE2 support.
-
Arthur Edelstein authored
-
- 16 Oct, 2018 4 commits
-
-
Georg Koppen authored
-
Kathleen Brade authored
Use a new .DS_Store file that has the correct app icon position. Incorporate a new background image with updated Tor Browser branding, including @1x and @2x (Retina) images. Remove the .fseventsd/ directory, which is not needed in a DMG. These changes also fix bug 25151: Update Tor Browser branding on installation.
-
We use `/usr/bin/env` for invocation in other scripts already. Let's use it in `execdesktop` as well.
-
Georg Koppen authored
Building Rust with Thin LTO enabled leads to Tor Browser builds on macOS and probably Linux not being reproducible. The exact reason for that is unknown at the moment, although it seems fixed testing nightly Rust source tarballs as of mid-September 2018. We therefore disable Thin LTO for now by setting `codegen-units` to `1`.
-