Skip to content
Snippets Groups Projects
  1. Jan 07, 2025
    • Rogerio Alves's avatar
      trivial: fixes unknown option value for pylint < 3.3.0 · 34275b1f
      Rogerio Alves authored
      The too-many-positional-arguments warning introduced in commit 4a367430
      caused a regression in pylint-integration-tests for versions of pylint < 3.3.0,
      as these versions do not support the too-many-positional-arguments check.
      
      Added disable=unknown-option-value to the pylint disable line for compatibility
      with pylint < 3.3.0, avoiding test failures.
      
      Kept disable=too-many-positional-arguments for pylint >= 3.3.0, since the
      function exceeds the maximum allowed positional arguments (R0917) and may cause
      lint errors.
      
      Fixes: #174
      34275b1f
  2. Jan 02, 2025
  3. Dec 28, 2024
  4. Dec 26, 2024
  5. Oct 07, 2024
  6. Sep 29, 2024
    • Marcos Mello's avatar
      README.md: fix systemctl edit example · 0084e4fc
      Marcos Mello authored
      From systemd.unit(5):
      
      Note that for drop-in files, if one wants to remove entries from a setting that is parsed as a list (and is
      not a dependency), such as AssertPathExists= (or e.g. ExecStart= in service units), one needs to first
      clear the list before re-adding all entries except the one that is to be removed. Dependencies (After=,
      etc.) cannot be reset to an empty list, so dependencies can only be added in drop-ins. If you want to
      remove dependencies, you have to override the entire unit.
      
      https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html
      0084e4fc
  7. Sep 10, 2024
  8. Sep 09, 2024
  9. Sep 08, 2024
  10. Sep 05, 2024
  11. Sep 03, 2024
  12. Sep 02, 2024
  13. Aug 30, 2024
  14. Aug 04, 2024
  15. Jul 30, 2024
  16. Jul 03, 2024
  17. Jun 21, 2024
  18. Apr 17, 2024
Loading