-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Push go-ipfs to brew, apt-get, pacman and all other package managers #3595
Comments
It is in pacman: And dev version is in the user repository: https://aur.archlinux.org/packages/go-ipfs-git/ |
go-ipfs is in go get |
is there a set of instructions for getting any of these to work in a semi-automated fashion, so for example it would work in a Dockerfile (the IPFS Dockerfile cant be integrated into other Dockerfiles easily, which is a topic of other issues). We've been banging our heads on this as a prelude to pushing iPFS into our production environment at Internet Archive.
(which doesnt work) Or some set like that, which could be recommended and supported until the plain
worked. |
Simplify keeping the snap package up to date by including the snapcraft.yaml in the repo. We can then wire up the snapstore to autobuild the package for amd64,i386,arm* etc. Many thanks to @ElOpio for the work of getting ipfs into the snap store in the first place, and to @bertrandfalguiere and @mkg20001 for pushing it forwards. See: https://github.com/ipfs-shipyard/ipfs-snap for more info. Fixes #7250 WIP #3595 License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
Version information: -
Type: Enhancement
Priority: P4
Description:
go-ipfs currently isn't on the main package managers (however js-ipfs is on NPM). We should consider adding go-ipfs to all the main package managers & updating them with each release.
The text was updated successfully, but these errors were encountered: