Skip to content
Snippets Groups Projects
  1. Jun 28, 2024
  2. Jun 06, 2024
  3. Jun 03, 2024
  4. May 27, 2024
  5. May 22, 2024
  6. May 21, 2024
  7. May 15, 2024
  8. Mar 28, 2024
  9. Mar 05, 2024
  10. Feb 26, 2024
  11. Feb 16, 2024
  12. Feb 05, 2024
  13. Feb 02, 2024
  14. Jan 26, 2024
  15. Jan 17, 2024
  16. Jan 16, 2024
  17. 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
  18. Dec 07, 2023
  19. Dec 06, 2023
  20. Dec 05, 2023
  21. Dec 04, 2023
  22. Dec 03, 2023
Loading