[Starlingx-discuss] General question about docs instruction
Martinez Landa, Hayde
hayde.martinez.landa at intel.com
Fri Oct 26 16:18:36 UTC 2018
Hi Team,
I was reviewing the developer guide [0] and
on step 2 under “Download Source Code Repositories” section I see:
$ repo init -u https://git.starlingx.io/stx-manifest -m default.xml
This specific line brings the source code from master, but if someone wants
to use the branch r/2018.10
The line has to be:
$ repo init -u https://git.starlingx.io/stx-manifest.git -m default.xml -b r/2018.10
Shouldn't the docs include this above line maybe as a suggestion for users to correctly download from release branch?
[0] https://docs.starlingx.io/developer_guide/index.html#download-source-code-repositories
More information about the Starlingx-discuss
mailing list