summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-08-17 06:23:16 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-08-17 06:23:16 -0400
commit8bcdd24e9c318399189eeeb9990391bf798fb0c4 (patch)
treedf8b21ac8768f1aa3553855dbb82426130888b9a /static/build.html
parent992b7a0e84fa7488d88aaff68de7b6e1d6b63bb2 (diff)
ignore whitespace warnings when applying patches
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html2
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>