Skip to content
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

Generic GithubAction to sync dists with gh releases #503

Open
lidel opened this issue Dec 1, 2021 · 2 comments
Open

Generic GithubAction to sync dists with gh releases #503

lidel opened this issue Dec 1, 2021 · 2 comments
Assignees
Labels
kind/maintenance Work required to avoid breaking changes or harm to project's status quo P2 Medium: Good to have, but can wait until someone steps up

Comments

@lidel
Copy link
Member

lidel commented Dec 1, 2021

Petar created workflow for synchronizing go-ipfs assets from dist.ipfs.io and attaching any missing ones to Github Release in go-ipfs repo (ipfs/kubo#8494)

I reused it in libp2p/go-libp2p-relay-daemon#11 for https://github.com/libp2p/go-libp2p-relay-daemon

To avoid copy&paste of this workflows propagating across all repos from dist.ipfs.io, we may want to turn the script from ipfs/kubo#8588 into a standalone github action, and switch both go-ipfs and libp2p-release-daemon to import it.

cc @galargh @BigLep this sounds like a good task for improving devexp :)

@lidel lidel added the need/triage Needs initial labeling and prioritization label Dec 1, 2021
@galargh
Copy link
Contributor

galargh commented Dec 1, 2021

Thanks for creating this :) I've added this to the list of issues to tackle once the bootcamp is over (next Monday I believe).

@galargh galargh self-assigned this Dec 1, 2021
@lidel lidel added kind/maintenance Work required to avoid breaking changes or harm to project's status quo P2 Medium: Good to have, but can wait until someone steps up and removed need/triage Needs initial labeling and prioritization labels Dec 3, 2021
@lidel
Copy link
Member Author

lidel commented Dec 6, 2021

When you get to this, make sure to include fix from ipfs/kubo#8588 and checksum verification from ipfs/kubo#8587 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/maintenance Work required to avoid breaking changes or harm to project's status quo P2 Medium: Good to have, but can wait until someone steps up
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants