- 06 Dec, 2018 4 commits
-
-
-
The json file used by projects/firefox-locale-bundle is only available from https://product-details.mozilla.org/ after a build has been shipped, which is too late for us. However, it is also available from the firefox sources tree, so we can get it from our tor-browser.git clone instead. The format of this json file is a little different, so we also need to adapt the get_hg_hash script.
-
-
-
- 05 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 03 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 01 Dec, 2018 2 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
- 30 Nov, 2018 2 commits
-
-
Georg Koppen authored
Versions bump and Changelog update
-
Georg Koppen authored
-
- 29 Nov, 2018 3 commits
-
-
- 28 Nov, 2018 1 commit
-
-
Georg Koppen authored
-
- 27 Nov, 2018 1 commit
-
-
boklm authored
Arthur said he doesn't need access to this machine anymore, so we remove his user account from the ansible config (the account will be removed from the machine manually).
-
- 26 Nov, 2018 1 commit
-
-
boklm authored
Update testsuite_git_commit to remove tor browser alpha nightly builds.
-
- 22 Nov, 2018 2 commits
-
-
Georg Koppen authored
Since #27111 landed we need a distributions directory to contain our additional preferences. Thus, we build now unconditionally with it.
-
Georg Koppen authored
-
- 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 6 commits
-
-
-
-
-
-
boklm authored
If output file or directory already exists, remove it before moving it. This avoids an error when rebuilding a project that was already built.
-
-
- 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.
-
-