Skip to content
Snippets Groups Projects
  1. Oct 30, 2024
  2. Sep 18, 2024
  3. Sep 03, 2024
  4. Jun 27, 2024
  5. May 10, 2024
  6. Apr 05, 2024
    • Justin Gassner's avatar
      Revert 'printf' lint for the pacscripts script · 5dc11d0a
      Justin Gassner authored
      The lint change made in commit [17f27b53](!33 (17f27b53)) for the `pacscripts`
      script regarding the `printf` statement broke the expected formatting.
      
      This parallels a previous [issue](#118) with the `updpkgsums` script,
      which was fixed in commit [88c4b490](!38 (88c4b490)).
      
      As far as I can tell, we have an exception to shellcheck rule SC2059,
      because the first argument to `error()` is meant to be a format string
      that is filled with remaining arguments. Interestingly enough, this
      script does not even use the `error()` function this way, but calls it
      with single strings built by variable expansion.
      5dc11d0a
  7. Apr 02, 2024
  8. Mar 21, 2024
  9. Mar 16, 2024
  10. Mar 10, 2024
  11. Feb 16, 2024
  12. Feb 02, 2024
  13. Jan 29, 2024
  14. Jan 27, 2024
  15. Jan 25, 2024
  16. Jan 19, 2024
  17. Jan 04, 2024
  18. Jan 03, 2024
  19. Dec 27, 2023
  20. Dec 13, 2023
  21. Nov 26, 2023
  22. Oct 25, 2023
Loading