add --with_tags to gclient sync command

This commit is contained in:
Daniel Micay 2020-11-11 18:34:59 -05:00
parent fe5472801e
commit b257eb0a05

View File

@ -756,7 +756,7 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre>
<p>Sync to the latest stable release for Android (replace $VERSION with the correct <p>Sync to the latest stable release for Android (replace $VERSION with the correct
value):</p> value):</p>
<pre>gclient sync -D --with_branch_heads -r $VERSION --jobs 32</pre> <pre>gclient sync -D --with_branch_heads --with_tags -r $VERSION --jobs 32</pre>
<p>Generate a signing key for Vanadium if this is the initial build:</p> <p>Generate a signing key for Vanadium if this is the initial build:</p>