Skip to content
Snippets Groups Projects
  1. Mar 28, 2024
  2. Mar 05, 2024
  3. Feb 26, 2024
  4. Feb 16, 2024
  5. Feb 05, 2024
  6. Feb 02, 2024
  7. Jan 26, 2024
  8. Jan 17, 2024
  9. Jan 16, 2024
  10. 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
  11. Dec 07, 2023
  12. Dec 06, 2023
  13. Dec 05, 2023
  14. Dec 04, 2023
  15. Dec 03, 2023
  16. Nov 29, 2023
  17. Nov 17, 2023
  18. Nov 14, 2023
  19. Nov 13, 2023
  20. Oct 04, 2023
  21. Sep 28, 2023
  22. Sep 25, 2023
    • Antoine Lambert's avatar
      rpm: Ensure correct package versions ordering · 506a24e0
      Antoine Lambert authored
      Previously package versions were sorted according to packages dict
      keys but this is not reliable as older versions can be sorted after
      newer ones.
      
      Prefer to sort package versions according to their build time then
      as it produces a correct ordering and ensure the HEAD branch alias
      will target the most recent version of a package.
      506a24e0
  23. Sep 19, 2023
  24. Sep 18, 2023
Loading