Skip to content
Snippets Groups Projects
  1. Sep 09, 2024
  2. Mar 16, 2024
    • Claudia's avatar
      Fix regression introduced by `CacheServer` entry · 1b1c065a
      Claudia authored and Claudia Pellegrino's avatar Claudia Pellegrino committed
      In a7cdd0a8 (merge request !21 [1]), an entry was added to the
      `SINGLE_OPTIONS` array. Due to a missing comma [2], the new entry was
      actually not added but merely concatenated to its successor, causing
      the `CleanMethod` entry to be changed to `CacheServerCleanMethod`.
      
      That in turn caused e.g. `pycman` to print the following warning:
      
      > /usr/lib/python3.11/site-packages/pycman/config.py:141: InvalidSyntax: unable to parse /etc/pacman.conf, unrecognized option: 'CleanMethod'
      
      Add the missing comma to fix this.
      
      [1]: !21
      [2]: !21 (diffs)
      
      CC: Jelle van der Waa <jelle@archlinux.org>
  3. Mar 12, 2024
  4. Mar 02, 2024
  5. Jan 28, 2024
  6. Oct 17, 2023
  7. Apr 03, 2023
  8. Feb 20, 2023
  9. Dec 31, 2022
  10. Nov 20, 2021
  11. Jul 31, 2021
  12. Jul 04, 2021
  13. Jun 30, 2021
  14. Jun 26, 2021
  15. Jun 25, 2021
  16. Jun 22, 2021
  17. Jun 15, 2021
  18. Jun 13, 2021
  19. Jun 09, 2021
  20. Jun 04, 2021
  21. Jun 01, 2021
  22. May 20, 2021
Loading