Skip to content
Snippets Groups Projects
  1. Dec 08, 2022
  2. Dec 05, 2022
  3. Nov 29, 2022
  4. Nov 25, 2022
  5. Nov 17, 2022
  6. Nov 01, 2022
  7. Oct 27, 2022
  8. Oct 26, 2022
  9. Oct 17, 2022
  10. Oct 14, 2022
  11. Sep 19, 2022
  12. Sep 13, 2022
  13. Sep 05, 2022
  14. Aug 30, 2022
  15. Aug 01, 2022
  16. Jul 27, 2022
    • Ryan Gonzalez's avatar
      storage_stats: Fix parsing padded deb822 columns · 84b5b7fd
      Ryan Gonzalez authored
      aptly seems to export its Release files with padding between columns to
      align them, e.g.:
      
      ```
      03dbf158875ca31ec49be21ce8f8b5b0 13453697 development/binary-amd64/Packages
      142723c7e10f049964bb791ff4458fe9  3961225 development/binary-amd64/Packages.gz
      e5901baeb150db5d020a5e3bcd87d166      174 development/binary-amd64/Release
      ```
      
      instead of the previous:
      
      ```
      03dbf158875ca31ec49be21ce8f8b5b0 13453697 development/binary-amd64/Packages
      142723c7e10f049964bb791ff4458fe9 3961225 development/binary-amd64/Packages.gz
      e5901baeb150db5d020a5e3bcd87d166 174 development/binary-amd64/Release
      ```
      
      This broke parsing the files, since it would previously split by a
      single space, resulting in several "columns" that were entirely empty.
      
      https://phabricator.apertis.org/T9101
      
      
      
      Signed-off-by: default avatarRyan Gonzalez <ryan.gonzalez@collabora.com>
      84b5b7fd
  17. Jul 21, 2022
  18. Jul 06, 2022
  19. Jun 27, 2022
  20. Jun 15, 2022
    • Andre Moreira Magalhaes's avatar
      Refactor logic to detect license info/issues · 833c7b08
      Andre Moreira Magalhaes authored
      
      LICENSING_REPORT_MISSING: no `apertis/debian/copyright` found -> warn
      LICENSING_OVERRIDE: `override-license:` is found in `apertis/debian/copyright.yml` -> warn
      LICENSING_GLOBAL_WHITELIST: `*` is found in `apertis/debian/copyright.whitelist` -> notice
      LICENSING_GLOBAL_DEFAULT: `.*`: is found in `apertis/debian/copyright.yml` -> notice (unless unfriendly - dual or not)
      LICENSING_GLOBAL_DEFAULT_UNFRIENDLY: global default found, not dual but unfriendly -> warn
      LICENSING_GLOBAL_DEFAULT_DUAL_UNFRIENDLY: global default found, set to dual and at least one of them is unfriendly -> warn
      
      Signed-off-by: Andre Moreira Magalhaes's avatarAndre Moreira Magalhaes <andre.magalhaes@collabora.com>
      833c7b08
  21. Jun 14, 2022
  22. Jun 10, 2022
Loading