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

Broken git repository link to clone polkadot chain template for a local relay chain #2091

Open
2 tasks done
poisonhackerfinger opened this issue Nov 28, 2023 · 3 comments
Open
2 tasks done
Labels
bug 🐛 Something isn't working.

Comments

@poisonhackerfinger
Copy link

Is there an existing issue?

  • I have searched the existing issues

Experiencing problems? Have you tried our Stack Exchange first?

  • This is not a support question.

Bug report for compiling, code snippets, templates, etc.

the command git clone --branch release-v1.0.0 https://github.com/paritytech/polkadot-sdk.git does not work.
the link in the docs https://github.com/paritytech/polkadot/releases points to a different repository.
my logical conclusion is the command should be git clone --branch v1.0.0 https://github.com/paritytech/polkadot.git which works.

Steps to reproduce the problem

git clone --branch release-v1.0.0 https://github.com/paritytech/polkadot-sdk.git

@poisonhackerfinger poisonhackerfinger added the bug 🐛 Something isn't working. label Nov 28, 2023
@cyphadoc
Copy link

cyphadoc commented Dec 7, 2023

Hey,

Can you provide the path where this bug is located for easier identification? It seems that the command git clone --branch release-v1.0.0 https://github.com/paritytech/polkadot-sdk.git is trying to checkout a branch named release-v1.0.0 which is left out in the former Polkadot repo and not part of the Polkadot SDK.

If the idea is to explore and build Polkadot v1.0.0 specifically then the alternative command should be fine

@poisonhackerfinger
Copy link
Author

@cyphadoc
Copy link

cyphadoc commented Dec 8, 2023

Thanks for reporting, I will create a PR to correct it.👍🏼😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants