diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-08-17 06:23:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-08-17 06:23:16 -0400 |
| commit | 8bcdd24e9c318399189eeeb9990391bf798fb0c4 (patch) | |
| tree | df8b21ac8768f1aa3553855dbb82426130888b9a /static | |
| parent | 992b7a0e84fa7488d88aaff68de7b6e1d6b63bb2 (diff) | |
ignore whitespace warnings when applying patches
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 449c9cd5..416c36db 100644 --- a/static/build.html +++ b/static/build.html @@ -298,7 +298,7 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre> <p>Apply the GrapheneOS patches on top of the tagged release:</p> <pre>cd src -git am ../*.patch</pre> +git am --whitespace=nowarn ../*.patch</pre> <p>Generate a signing key for Vanadium if this is the initial build (the sample password configured in args.gn is <code>vanadiumpass</code>):</p> |
