| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | Use whitespace-safe loops over filenames in the webrtc build. | David Fifield | 2018-12-07 | |
| | | | ||||
| * | | Bug 28775: Add mercurial in tbb-build ansible role | Nicolas Vigier | 2018-12-07 | |
| | | | | | | | | | | | With #26843 we now require mercurial to be installed, so it should be installed by the tbb-build ansible role. | |||
| * | | Release preparations for 8.5a6 | Georg Koppen | 2018-12-06 | |
| | | | | | | | | | Changelog update and versions bump | |||
| * | | Bug 28697: No need to specify the architecture for using Buster | Georg Koppen | 2018-12-06 | |
| | | | ||||
| * | | Bug 25164: Add .apk to our unsigned sha256sums file | Georg Koppen | 2018-12-06 | |
| | | | ||||
| * | | Bug 28750: Switch to Buster for avoiding faketime issues | Georg Koppen | 2018-12-06 | |
| | | | | | | | | | | | | | If we are using faketime on Stretch when signing our debug .apk the build freezes for unknown reasons on some machines. Switching to Buster avoids that. | |||
| * | | Bug 28697: Use pre-generated android keystore and fix timestamps on zipped ↵ | sisbell | 2018-12-06 | |
| | | | | | | | | | archives | |||
| * | | Bug 26843: Get l10n-changesets.json from tor-browser.git | Nicolas Vigier | 2018-12-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
| * | | Bug 28573: Include all locales in Android testbuild | Nicolas Vigier | 2018-12-06 | |
| | | | ||||
| * | | Bug 28696: Changing paths to Gradle dependencies are included in build | sisbell | 2018-12-06 | |
| | | | ||||
| * | | Bug 26843: Adding multi-locale support for Tor Browser for Androidbug_26843_v8 | Georg Koppen | 2018-12-05 | |
| | | | ||||
| * | | Update OpenSSL to 1.0.2q | Georg Koppen | 2018-12-03 | |
| | | | ||||
| * | | Tagging build2 | Georg Koppen | 2018-12-01 | |
| | | | ||||
| * | | Bug 28677: Copy all the bundles for our releases | Georg Koppen | 2018-12-01 | |
| | | | ||||
| * | | Release preparations for 8.5a5 | Georg Koppen | 2018-11-30 | |
| | | | | | | | | | Versions bump and Changelog update | |||
| * | | Bug 28185: Add smallerRichard to Tor Browser | Georg Koppen | 2018-11-30 | |
| | | | ||||
| * | | Bug 28581: Add armv7 target to README files | Georg Koppen | 2018-11-29 | |
| | | | ||||
| * | | Bug 27977: Build Orbot with rbm/tor-browser-build | sisbell | 2018-11-29 | |
| | | | ||||
| * | | Bug 28657: Remove broken FTE bridge from Tor Browser | Georg Koppen | 2018-11-29 | |
| | | | ||||
| * | | Update rbm to pick up fix for #28466 | Georg Koppen | 2018-11-28 | |
| | | | ||||
| * | | Bug 23384: Remove user arthuredelstein on build-sunet-a.torproject.net | Nicolas Vigier | 2018-11-27 | |
| | | | | | | | | | | | | | 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). | |||
| * | | Bug 28594: Remove tor browser alpha nightly builds | Nicolas Vigier | 2018-11-26 | |
| | | | | | | | | | Update testsuite_git_commit to remove tor browser alpha nightly builds. | |||
| * | | Build .apk files with distribution directory | Georg Koppen | 2018-11-22 | |
| | | | | | | | | | | | Since #27111 landed we need a distributions directory to contain our additional preferences. Thus, we build now unconditionally with it. | |||
| * | | Merge remote-tracking branch 'boklm/bug_25143_v2' | Georg Koppen | 2018-11-22 | |
| |\ \ | ||||
| | * | | Bug 25143: avoid error if output file already exists | Nicolas Vigier | 2018-11-20 | |
| | | | | | | | | | | | | | | | | If output file or directory already exists, remove it before moving it. This avoids an error when rebuilding a project that was already built. | |||
| * | | | Bug 26843: add projects/firefox-locale-bundle | Nicolas Vigier | 2018-11-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
| * | | | Bug 28476: Enable android nightly builds | Nicolas Vigier | 2018-11-21 | |
| | | | | | | | | | | | | | Update testsuite_git_commit to enable android nightly builds. | |||
| * | | | Bug 28468: Modify Android toolchain to support Orbot | sisbell | 2018-11-20 | |
| | | | | ||||
| * | | | Bug 28483: Modify Android Toolchain API Version | sisbell | 2018-11-20 | |
| | | | | ||||
| * | | | Bug 28472: Add Android Makefile Rules | sisbell | 2018-11-20 | |
| | | | | ||||
| * | | | Bug 28144: Update projects/tor-browser for Android | sisbell | 2018-11-20 | |
| |/ / | ||||
| * | | Bug 27443: Update Firefox RBM config and build for Android | sisbell | 2018-11-20 | |
| | | | ||||
| * | | Bug 28467: Update hacking doc for working with submodules | Georg Koppen | 2018-11-16 | |
| | | | | | | | | | | | Additionally, minor clean-ups got done (like adding our 64bit Windows target where needed). | |||
| * | | Bug 28470: Add fetch gradle dependency script to common project | sisbell | 2018-11-16 | |
| | | | | | | | | | The script got written by boklm. | |||
| * | | Bug 28469: Fix unsupported libbacktrace in Rust 1.26 | sisbell | 2018-11-16 | |
| | | | ||||
| * | | Bug 28436: Update link to gn cross_compiles.md. | David Fifield | 2018-11-14 | |
| | | | ||||
| * | | Bug 28260: Use Rust 1.28.0 to build Tor | Nicolas Vigier | 2018-11-11 | |
| | | | | | | | | | | | | | | | 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/. | |||
| * | | Cleaning up HTTPS-Everywhere keys | Georg Koppen | 2018-11-08 | |
| | | | | | | | | | Adding Alexis' and keeping only Bill's in addition to that | |||
| * | | Fold in stable changelog | Georg Koppen | 2018-11-06 | |
| | | | ||||
| * | | Bug 28310: don't build obfs4 with module versioning support | Nicolas Vigier | 2018-11-05 | |
| | | | ||||
| * | | Bug 28258: Don't look for webrtc headers under talk/. | David Fifield | 2018-10-31 | |
| | | | | | | | | | | | | | | | | | 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 | |||
| * | | Bug 27827: pass -tmpdir to the linker in snowflake build | David Fifield | 2018-10-30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
| * | | Bug 27827: update go to 1.11.1 | David Fifield | 2018-10-30 | |
| | | | | | | | | | | | | | 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 | |||
| * | | Bug 27439: Add android target for rust compiler | sisbell | 2018-10-26 | |
| | | | ||||
| * | | Revert "Revert "Bug 28082: Add locales cs, el, hu, ka"" | Georg Koppen | 2018-10-25 | |
| | | | | | | | | | This reverts commit 6803d9a8a4e7c851629cab47342a6579a60f64cd. | |||
| * | | Bug 26697: Add Android toolchain | sisbell | 2018-10-25 | |
| | | | ||||
| * | | Revert "Bug 28082: Add locales cs, el, hu, ka" | Georg Koppen | 2018-10-24 | |
| | | | | | | | | | This reverts commit fbb72c65a24ac70619062ebcd16c67a9afb4feae. | |||
| * | | Bug 26696: Add definition for new platform in rbm.conf | sisbell | 2018-10-24 | |
| | | | ||||
| * | | Bug 27441: Add support for stretch in debootstrap-image | sisbell | 2018-10-24 | |
| | | | ||||
| * | | Backout patch for #27827 for Linux build bustage | Georg Koppen | 2018-10-19 | |
| | | | ||||
