Manifest cleanup#273
Conversation
Standardize the format to make it easier to compare. Some are using tabs, other spaces. No changes except the formatting. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Instead of duplicating clone-depth to all the manifests, add it to common.xml as a default. Also include sync-, limited to 4 parallels jobs when synching. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
|
Always nice with clean-ups, but please have a look at this page as well to make sure that the information there still is up-to-date as well. We did try to use that as a guidance in the past to make them look the same, to make it easier to diff etc. . I.e., I see that after merging this, we need to update the docs page accordingly. |
|
@jbech-linaro thanks for the pointer. I'll have a look if we can automate this to check the guidance is followed or propose a doc update if it make sense. |
| <remote name="github" fetch="https://github.com"/> | ||
|
|
||
| <default remote="github" revision="master"/> | ||
| <default remote="github" revision="master" sync-j="4" clone-depth="1"/> |
There was a problem hiding this comment.
What effect does this have on, for instance, the optee_os git? Will it also have a clone-depth of 1?
We'd like to clone the entire git history for all the optee* gits.
There was a problem hiding this comment.
When a different -j flag is passed to repo, will that take precedence?
Some manifests clean up in an attempt to standardize the style and make it easier to compare/use.