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

Repo from input-output-hk to IntersectMBO #1722

Closed
wants to merge 1 commit into from

Conversation

rivinduw
Copy link
Contributor

@rivinduw rivinduw commented Jan 6, 2024

Description

Update doc to reflect the cardano-node move from input-output-hk to IntersectMBO

Motivation and context

The main issue is the line
git checkout $(curl -s https://api.github.com/repos/input-output-hk/cardano-node/releases/latest | jq -r .tag_name)
silently failing.

curl -s https://api.github.com/repos/input-output-hk/cardano-node/releases/latest
outputs:
{ "message": "Moved Permanently", "url": "https://api.github.com/repositories/188299874/releases/latest", "documentation_url": "https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api#follow-redirects" }
which does not contain a tag_name.

curl -s https://api.github.com/repos/IntersectMBO/cardano-node/releases/latest | jq -r .tag_name
outputs correct tag name:
8.7.2

input-output-hk to IntersectMBO
rdlrt added a commit that referenced this pull request Jan 8, 2024
@rdlrt
Copy link
Contributor

rdlrt commented Jan 8, 2024

Thanks @rivinduw - this has been pending for a few weeks as we still see more repos being migrated across, some to CF while others to intersectmbo. I have created #1723 to update all links to current state across scripts and doco (will include yourself as one of the commiters to that PR when merging). Closing this accordingly

@rdlrt rdlrt closed this Jan 8, 2024
rdlrt added a commit that referenced this pull request Jan 8, 2024
rdlrt added a commit that referenced this pull request Jan 8, 2024
## Description
<!--- Describe your changes -->
Replace URLs containing input-output-hk with corresponding org (cardano-foundation or… intersectmbo), subsumes #1722

Co-authored-by: Rivindu Weerasekera <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants