26 Oct
2018
26 Oct
'18
6:18 p.m.
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-re...