substrate-docs icon indicating copy to clipboard operation
substrate-docs copied to clipboard

No branch release-v1.0.0 in polkadot-sdk repository (relay chain node building tutorial)

Open asmie opened this issue 2 years ago • 0 comments

Is there an existing issue?

  • [X] I have searched the existing issues

Experiencing problems? Have you tried our Stack Exchange first?

  • [X] This is not a support question.

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

https://docs.substrate.io/tutorials/build-a-parachain/prepare-a-local-relay-chain

Trying to build a local relay chain node fails on the first step - cloning the repository. The branch described in the tutorial does not exist in the new combined polkadot-sdk repository.

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

Result:

Cloning into 'polkadot-sdk'...
fatal: Remote branch release-v1.0.0 not found in upstream origin

Steps to reproduce the problem

Follow instructions from here and try to clone the repository with the described branch:

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

asmie avatar Sep 06 '23 08:09 asmie