-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar project #1
Comments
Cool! I think your import script is better because it syncs directly from a distfiles mirror instead of downloading each package's sources one by one. I got bored running mine on all the packages... I started on another project to mount ipfs filesystems, which could be complementary once the chunking situation is solved. It would also be cool to define a way to download and verify files by hash directly in the ebuild, possibly removing the need for additional Manifest files. |
Regarding IPFS hash in ebuild, I think that is a bad place, for the same reason that other checksum are stored in Manifest instead of ebuild (the hash should be created by external tools from the data without needing manual modifications) So I'm voting for adding them to the Manifest, in the ipfs notes I mentioned you will find a link to the Gentoo forums where I have tried to explain this to some other people. If ipfs mounts can be faster, than that's great! does official IPFS devs know about this project? |
My hope for that was to take full advantage of content addressing. But reading that forum thread I see there is no way Gentoo devs will agree to start adding hashes to ebuilds in that fashion. But that's OK - I've found other things to work on and I'm not so worried about the distfiles problem at the moment.
I tried that a couple ways in feature branches but it isn't stable yet. Hopefully upstream can solve it instead.
Not yet, but I think that will be the next big feature when I next get some time to work on it. |
Hi,
Just want to let you know that I'm working on something similar, at least probably the same end goal.
See ipfs/notes#296
I'm currently working on getting a full IPFS mirror of the distfiles up and running at https://github.com/NiKiZe/Gentoo-distfiles-IPFS
I will close this issue directly after creating it, since it's not a real issue, just wanted to let you know.
The text was updated successfully, but these errors were encountered: