Skip to content
Snippets Groups Projects
  1. Feb 08, 2022
  2. Feb 03, 2022
  3. Jan 25, 2022
  4. Jan 24, 2022
  5. Jan 21, 2022
  6. Jan 14, 2022
  7. Jan 13, 2022
  8. Jan 11, 2022
  9. Dec 22, 2021
  10. Dec 16, 2021
  11. Dec 09, 2021
  12. Dec 08, 2021
  13. Dec 07, 2021
  14. Dec 06, 2021
    • Antoine Lambert's avatar
      debian: Add md5 sum fallback when sha* checksum is missing in metadata · 2d9e93a2
      Antoine Lambert authored
      In order to check successful download of a package file, the debian loader
      will compare sha256 or sha1 checksum of the file with the one located in
      debian dsc file.
      
      However for old debian-based distributions (some ubuntu old releases for
      instance) the only available checksum in the dsc file is a md5 sum.
      
      So add a fallback to use md5 sum to check successful download when sha*
      checksum is missing in the dsc file.
      
      Related to T2400
      v1.3.0
      2d9e93a2
    • Boris Baldassari's avatar
      loader: add new maven-jar loader · 89f5ccc7
      Boris Baldassari authored
      The maven loader loads jar and zip files as Maven artefacts into the software heritage archive.
      
      Note:
      Supersedes D6158 and addresses the review done in that diff.
      
      Related to T1724
      89f5ccc7
  15. Dec 03, 2021
  16. Dec 02, 2021
  17. Dec 01, 2021
  18. Nov 22, 2021
    • vlorentz's avatar
      Package loaders: Add a newline at the end of the message · 021880d0
      vlorentz authored
      To be consistent with Git.
      v1.1.0
      021880d0
    • vlorentz's avatar
      Package loader: Uniformize author and message · 2ab367ba
      vlorentz authored
      Authors: use the empty string '' instead of placeholders
      Message: use the same message format (inspired by the Debian loader)
       for all loaders, instead of the empty string / the version /
       something else; except for PyPI and Deposit (which have a better
       format because we have more metadata available).
      
      Additionally, this commit adds test of each release object,
      instead of only relying on its hash.
      2ab367ba
Loading