- Jun 15, 2023
-
-
boklm authored
-
- Jun 13, 2023
-
- Jun 12, 2023
- Jun 08, 2023
-
- Jun 07, 2023
-
-
Pier Angelo Vendrame authored
Add the commit hash and GitLab URL to the mozconfig to make them appear in about:buildconfig on Android, too.
-
Pier Angelo Vendrame authored
HFS has the disadvantage that we cannot grow the filesystem while adding files. We have to estimate an initial size, instead, and we relied on du for this. However, du depends on the underlying filesystem, and this could lead to reproducibility issues (because the HFS headers tell different sizes). So, with this change, we compute a rough number of needed blocks by taking the actual size of the files. Overshooting is not a problem, because DMG is compressed with bzip2, so unused space will be trimmed, eventually.
-
- Jun 05, 2023
-
-
boklm authored
-
-
- Jun 01, 2023
- May 31, 2023
-
-
boklm authored
Bug 40870: Remove URL without browser name from signing/download-unsigned-sha256sums-gpg-signatures-from-people-tpo
-
- May 30, 2023
-
-
Pier Angelo Vendrame authored
This is the first alpha of the 12.5 series.
-
Pier Angelo Vendrame authored
We can use the same GitLab token we use to create the changelogs also to download the list of jobs in the manual project, and a new CI artifact if needed.
-
- May 29, 2023
-
-
- May 25, 2023
-
-
Pier Angelo Vendrame authored
The Go compiler is written in Go, but it is possible to bootstrap it from C wiht Go 1.4. Before this commit, we used to build Go 1.4 for all our platforms, so we built a compiler to throw it away several times. Starting from Go 1.20, the team decided to require Go V-3 to bootstrap (i.e., Go 1.17 to bootrastrap Go 1.20). Bootstrapping is still feasible, but throwing away two compilers is not a good idea. So, we decided to create a Go bootstrap project, and build it only once (for Linux amd64) until it will be able to build more recent Go compilers.
- May 24, 2023
-
-
boklm authored
-
- May 23, 2023
-
- May 17, 2023
-
-
Pier Angelo Vendrame authored
-
boklm authored
Update conjure, webtunnel, obfs4 and snowflake to use `go mod vendor` to fetch dependencies. We still have some go module projects, for dependencies of projects/ncprop279/config, which doesn't have a `go.sum` file yet.
-
boklm authored
-
- May 15, 2023
-
-
Makes it easier to tell which outputs are for linux-cross.
-
-
-
-
- May 13, 2023
- May 09, 2023
- Apr 20, 2023
-
-
Richard Pospesel authored
Update Mullvad Browser release prep templates to include downstream package notification/maintenance
-
-
- Apr 18, 2023
-
-
boklm authored
- Apr 17, 2023
-
-
boklm authored
-
Pier Angelo Vendrame authored
This commit adds a config variable to override the URL for the updater. When it is defined, a user-provided certificate will replace the default public keys used to sign nightly builds.
-
- Apr 05, 2023
-
-
Giorgio Maone authored
-