User Details
- User Since
- Oct 25 2019, 3:47 PM (266 w, 3 d)
Oct 22 2022
Oh awesome! Thanks for pushing forward. :-)
Oct 14 2022
$ curl -LO https://github.com/kandu/trie/archive/1.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2399 0 2399 0 0 5391 0 --:--:-- --:--:-- --:--:-- 5391
import os, stat, hashlib, io from pathlib import Path
This tree
$ tree foo foo ├── bar │ └── exe └── baz
Oct 11 2022
To be complete, the integrity checksum that Guix provides (here one example about the package guix-modules),
Related to P1473.
Sep 23 2022
Thanks for raising the questions.
- artifacts url which are mostly tarballs [1] and sometimes files [2]
- dvcs repositories delegated to dedicated loader to ingestion: svn [3], hg [4], git [5] (out of guix manifest)
- Other stuff can be ignored as we don't have anything relevant to ingest [6]
Jul 9 2020
Note: status uneventful with a different snapshot is kinda unexpected for me. Not something drastically problematic though. I'll dig in at some point.
@ardumont: did you load the same sources.json? Because http://guix.gnu.org/sources.json is refreshed every X hours and some stats of the commits after 2018-12-05 (v0.16.0) says mean at 21 and median at 13, both per day. And since loading requires ~1h15min, you need some luck to read the same son file twice.
Jun 23 2020
- if you still have that tarball at hand, then it can be ingested in SWH, and we keep the correspondence between SWHID and SHA256; in principle, you need to trust us, but one can foresee having external parties checking that the correspondence is real while the tarball is still there, and adding their observation to the chain of trust means you need to trust us less and less
Jun 17 2020
Thank you for the notification. I have tried to answer by email but I could have failed. Anyway.
Mar 6 2020
After some discussions with the SWH team, it is actually no longer the good way to fill the archive with our sources. Instead, I'm starting to write a loader which will be in charge of reading our sources.json and fill the archive. So, I'm closing this diff and will create a new diff with a loader in the next few days;)
Mar 2 2020
@lewo: Does the version of the format should be bumped to 2 with this string-to-array modification?
No, I don't think so since it is not used yet.
@lewo: Does the version of the format should be bumped to 2 with this string-to-array modification?
Feb 18 2020
While looking into this with @zimoun, we realized it would be nicer if url were an array of URLs (as is the case at https://guix.gnu.org/packages.json) rather than a single URL.
The reason is that in many cases, both Guix and Nixpkgs provide a list of URLs rather than a single URL, which is useful when one of them breaks.
Oct 25 2019
Since Ludo (@civodul) posted this WIP feature on guix-devel mailing list [1] I am trying to follow this thread and I would like to help.