Skip to content
Snippets Groups Projects
  1. Jan 12, 2023
  2. Jan 11, 2023
  3. Jan 09, 2023
  4. Dec 22, 2022
  5. Dec 21, 2022
  6. Dec 20, 2022
  7. Dec 19, 2022
  8. Dec 17, 2022
  9. Dec 13, 2022
  10. Dec 09, 2022
  11. Dec 08, 2022
  12. Dec 07, 2022
  13. Dec 06, 2022
  14. Dec 04, 2022
  15. Dec 02, 2022
  16. Nov 30, 2022
  17. Nov 29, 2022
    • Pier Angelo Vendrame's avatar
      Bug 41473: Add Albanian to locales · ca328865
      Pier Angelo Vendrame authored
      Verified
      ca328865
    • boklm's avatar
      Bug 40699: Fix input_files in projects/firefox-l10n/config · 985fe814
      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
      tor-browser-build!591 (comment 2857042)
      
      To fix that we just use a separate variable to store the processed
      template.
      Unverified
      985fe814
  18. Nov 25, 2022
  19. Nov 22, 2022
  20. Nov 21, 2022
  21. Nov 17, 2022
Loading