Skip to content
Snippets Groups Projects
  1. Aug 30, 2024
  2. Aug 27, 2024
  3. Jun 28, 2024
  4. Jun 06, 2024
  5. Jun 03, 2024
  6. May 27, 2024
  7. May 22, 2024
  8. May 21, 2024
  9. May 15, 2024
  10. Mar 28, 2024
  11. Mar 05, 2024
  12. Feb 26, 2024
  13. Feb 16, 2024
  14. Feb 05, 2024
  15. Feb 02, 2024
  16. Jan 26, 2024
  17. Jan 17, 2024
  18. Jan 16, 2024
  19. Jan 15, 2024
    • Antoine Lambert's avatar
      NodeLoader: Store standard checksums as ExtIDs in addition to NAR ones · b6144242
      Antoine Lambert authored
      The NodeLoader class handles two checksums layout:
      
      - standard: checksum is computed from the raw downloaded artifact bytes
      - nar: checksum is a NAR hash, recursively computed from source code tree
      
      Previously, only nar checksums were stored as ExtIDs while standard ones
      were only used for integrity checks after downloads.
      
      As mapping a tarball (resp. file) standard checksum to its corresponding
      directory (resp. content) SWHID is of interest for Guix to check if SWH
      archived this software artifact, ensure to also save standard checksums
      as ExtIDs of type "checksum-<hash_algo>".
      b6144242
  20. Dec 07, 2023
  21. Dec 06, 2023
  22. Dec 05, 2023
  23. Dec 04, 2023
Loading