Skip to content
Snippets Groups Projects
  1. Aug 29, 2023
  2. Aug 28, 2023
  3. Aug 17, 2023
  4. Aug 03, 2023
  5. Aug 01, 2023
  6. Jul 31, 2023
  7. Jul 12, 2023
  8. Jul 06, 2023
    • boklm's avatar
      Bug 40894: Fix format of keyring/boklm.gpg · 16785a1b
      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
      16785a1b
  9. Jun 30, 2023
  10. Jun 28, 2023
    • boklm's avatar
      Bug 40890: Make sur version is a string in downloads.json · 6366bc2d
      boklm authored
      Some version numbers like 12.5 can be stored as a numeric value instead
      of a string, so we should explicitely store the version as a string. At
      the same time we do the same for tag/git_tag (although tags are less
      likely to look like a number).
      6366bc2d
  11. Jun 22, 2023
  12. Jun 21, 2023
  13. Jun 17, 2023
  14. Jun 15, 2023
  15. Jun 13, 2023
  16. Jun 12, 2023
  17. Jun 08, 2023
  18. 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.
      Verified
      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.
      Verified
      2579da7c
  19. Jun 05, 2023
  20. Jun 01, 2023
  21. May 31, 2023
  22. May 30, 2023
Loading