- Jan 18, 2023
- Jan 16, 2023
-
-
Richard Pospesel authored
-
Richard Pospesel authored
Bug 40739: tor-expert-bundle should include ClientTransportPlugin torrc lines for each pluggable transport
-
- Jan 12, 2023
-
-
boklm authored
-
Pier Angelo Vendrame authored
Co-authored-by: Nicolas Vigier <boklm@torproject.org>
-
- Jan 09, 2023
-
-
Removing stun.stunprotocol.org:3478 and stun.altar.com.pl:3478. Also, removing stun.sonetel.com, since it is an alias of stun.sonetel.net. (cherry picked from commit fc89e8b1)
-
- Dec 22, 2022
-
-
Richard Pospesel authored
(cherry picked from commit f228c0cd)
-
- Dec 19, 2022
-
-
boklm authored
-
- Dec 15, 2022
- Dec 09, 2022
-
-
Richard Pospesel authored
-
Specifying compiler-rt as a project in LLVM is going to be deprecated. It should be compiled with runtimes, instead, or alone, if it will be still allowed. The only platform in which we were compiling compiler-rt with LLVM was Linux. But Firefox seems not to actually use it, and just use GCC's runtime, instead. However, we were also compiling compiler-rt for Android in the same project, which prevents to share the artifact with Windows and macOS. So, I have moved it to another project on its own.
-
boklm authored
-
boklm authored
-
boklm authored
-
boklm authored
Install a few more packages in the default containers to reduce the number of custom containers we use.
-
boklm authored
-
- Dec 06, 2022
-
-
Richard Pospesel authored
-
- Dec 05, 2022
-
-
boklm authored
-
- Dec 04, 2022
-
-
boklm authored
-
- Dec 02, 2022
-
-
Richard Pospesel authored
-
Richard Pospesel authored
-
Richard Pospesel authored
updated rbm submodule to use gitlab url
-
Richard Pospesel authored
-
- Nov 30, 2022
-
-
Pier Angelo Vendrame authored
-
- Nov 29, 2022
-
-
Pier Angelo Vendrame authored
-
boklm authored
In input_files in projects/firefox-l10n/config we are doing this: my $locales = project_config($project, 'var/locales', $options); foreach my $locale (@$locales) { $locale = process_template($project, $locale, '.'); In this foreach loop, `$locale` is pointing to the real string from `var/locales` and not a copy, and we are updating it with the output from `process_template`. This means that the template will be processed the first time the function is called (for example for a linux-x86_64 build) and the processed value from the first call reused on subsequent calls (for example a macos build, where the `ja` locale is supposed to be different). This is what caused the reproducibility issue in tpo/applications/tor-browser-build!591 (comment 2857042) To fix that we just use a separate variable to store the processed template.
-
- Nov 25, 2022
-
-
boklm authored
We also add android download json files (#40110).
-
- Nov 22, 2022
-
-
Pier Angelo Vendrame authored
Initially we thought of not creating a branch for base-browser, but only a tag. However, fixing trivial issues for the base-browser part needed a rebase in this way, if they were needed to correct the nightly. So, we decided to create a branch also for base-browser.
-
Richard Pospesel authored
-
- Nov 21, 2022
-
-
Richard Pospesel authored
-
- Nov 17, 2022
-
-
boklm authored
Disable updater in base-browser to avoid it getting updated to firefox.
-
- Nov 16, 2022
-
-
Pier Angelo Vendrame authored
The previous way we were using to merge locales in the builds worked with Linux and Windows, but not with macOS.
-
Pier Angelo Vendrame authored
We are adding a notification to tell users they can change their language. It needs new strings, and I have decided to use Fluent for them, for a series of reasons. However, it is the first component to use Fluent, and it needs to be translated with Weblate, but we are not moving base-browser to Weblate, yet. So, we are using another branch on translation.git and we need a new project to fetch it, which I am adding with this commit. Also, I have changed how we manage base-browser translations, and transformed the TT for to a bash for, to keep the Firefox build script shorter, which is helpful for build debugging sessions.
-
- Nov 15, 2022
-
-
Pier Angelo Vendrame authored
-
boklm authored
`make torbrowser-testbuild-macos-x86_64` and `make torbrowser-testbuild-macos-aarch64` can be used to do non-universal testbuilds for a single arch.
-
boklm authored
-
boklm authored
-
boklm authored
The new macos mar and dmg files contain both x86_64 and aarch64 builds for macOS. In projects/release/update_responses_config.yml and tools/signing/nightly/update-responses-base-config.yml we update the build_target to mar_osname mapping to use `macos` instead of `osx64`. We also add the new aarch64 build_target (Darwin_aarch64-gcc3). We update update_responses to take into account the new dmg file names using `macos` instead of `osx64`. We also update tools/dmg2mar and various signing scripts for the `osx64 -> macos` change in both mar files and dmg files.
-