Skip to content
Snippets Groups Projects
  1. Jul 14, 2023
    • boklm's avatar
      Bug 40089: Change how we set MOZ_BUILD_DATE · 69317005
      boklm authored
      For normal alpha/release builds, we use the date from the commit, on
      which we add the numbers from the version string as seconds (in order to
      keep increasing the build date when we release a new version without
      adding new commits).
      
      For nightly-testbuild, we use the date from the commit.
      
      For nightly we try to parse the day from the version number, or use the
      current day at 00:00:01.
      69317005
  2. Jul 13, 2023
  3. Jul 07, 2023
  4. Jul 06, 2023
  5. Jul 04, 2023
    • boklm's avatar
      Bug 40894: Fix format of keyring/boklm.gpg · 6e2c33ed
      boklm authored
      In #40871 I incorrectly set `keyring/boklm.gpg` in format `GPG keybox
      database version 1`, instead of `PGP/GPG key public ring (v4)`.
      
      This was fixed with:
      
       gpg --no-default-keyring --keyring ./keyring/boklm.gpg --export > ./keyring/boklm-2.gpg
       mv ./keyring/boklm-2.gpg ./keyring/boklm.gpg
      6e2c33ed
  6. Jun 30, 2023
  7. Jun 28, 2023
  8. Jun 27, 2023
  9. Jun 26, 2023
  10. Jun 23, 2023
    • Richard Pospesel's avatar
      ChangeLog.txt updates · c5bfcc1a
      Richard Pospesel authored
      - migrated Docs-PB to Docs-MB in browser project
      - updated browser build script to take new path into account
      - created separate ChangeLog-MB.txt softlink, migrate ChangeLog.txt softlink
        to ChangeLog-TBB.txt
      - updated changelog-format-blog-post script to reference correct file and
        fix bug in raw changelog link
      c5bfcc1a
  11. Jun 21, 2023
  12. Jun 20, 2023
  13. Jun 15, 2023
  14. Jun 13, 2023
  15. Jun 12, 2023
  16. Jun 08, 2023
  17. Jun 07, 2023
    • Pier Angelo Vendrame's avatar
      Bug 40874: Include the commit information in GeckoView · f4227713
      Pier Angelo Vendrame authored
      Add the commit hash and GitLab URL to the mozconfig to make them appear
      in about:buildconfig on Android, too.
      f4227713
    • Pier Angelo Vendrame's avatar
      Bug 40847: Do not rely on du to compute the HFS size · 2579da7c
      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.
      2579da7c
  18. Jun 05, 2023
  19. Jun 01, 2023
  20. May 31, 2023
  21. May 30, 2023
  22. May 29, 2023
  23. May 25, 2023
    • boklm's avatar
      Bug 40850: Use obfs4 main branch in nightly · ee633476
      boklm authored
      In 076ffcf1 we stopped using the main
      branch, because the build of tpo/anti-censorship/pluggable-transports/obfs4#40011.
      Since this is now fixed, we can use the main branch again.
      ee633476
    • Pier Angelo Vendrame's avatar
      Bug 40777: Update Go to 1.20.4 and create a Go bootstrap project · b37e2ebd
      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.
      b37e2ebd
  24. May 24, 2023
  25. May 23, 2023
Loading