Skip to content
Snippets Groups Projects
  1. Jan 17, 2025
    • Walter Lozano's avatar
      ci-license-scan: Add proposed whitelist · 2bac485c
      Walter Lozano authored
      
      While working with license scan is very common to add whitelist for
      files and folders. To make this job easier, allow ci-license-scan to
      propose a whitelist based on known patterns.
      
      This feature is only meant to help developers to reduce the overheard
      of the manual work, hence, the proposed changed need to be carefully
      reviewed.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      2bac485c
  2. Jan 15, 2025
  3. Jan 14, 2025
  4. Oct 07, 2024
  5. Oct 03, 2024
  6. Oct 02, 2024
  7. Sep 30, 2024
  8. Sep 20, 2024
  9. Sep 03, 2024
    • Dylan Aïssi's avatar
      apertis-pkg-merge-updates: don't use Path objects as a context manager · 0113451d
      Dylan Aïssi authored
      
      This is deprecated and will be removed in python 3.13.
      
      /usr/bin/apertis-pkg-merge-updates:38: DeprecationWarning: pathlib.Path.__enter__() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op
      /usr/bin/apertis-pkg-merge-updates:75: DeprecationWarning: pathlib.Path.__enter__() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op
      
      Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
      0113451d
  10. Jul 19, 2024
  11. Jul 17, 2024
  12. Jul 12, 2024
  13. Jun 07, 2024
  14. Apr 12, 2024
  15. Mar 25, 2024
    • Dylan Aïssi's avatar
      import-debian-package: do not use Path objects as a context manager · 183e5220
      Dylan Aïssi authored
      
      pathlib.Path.__enter__() is deprecated and scheduled for removal
      in Python 3.13. Some warnings are generated with Python 3.11:
      
      import-debian-package:281: DeprecationWarning: pathlib.Path.__enter__() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op
        with Path(".git/info/attributes") as f:
      import-debian-package:225: DeprecationWarning: pathlib.Path.__enter__() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op
        with Path('debian/apertis/component') as f:
      import-debian-package:169: DeprecationWarning: pathlib.Path.__enter__() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op
        with Path("debian/changelog") as f:
      
      Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
      183e5220
  16. Jan 15, 2024
  17. Jan 12, 2024
  18. Sep 28, 2023
  19. Sep 15, 2023
Loading