From 8bcdd24e9c318399189eeeb9990391bf798fb0c4 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 17 Aug 2019 06:23:16 -0400 Subject: [PATCH] ignore whitespace warnings when applying patches --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

Apply the GrapheneOS patches on top of the tagged release:

cd src
-git am ../*.patch
+git am --whitespace=nowarn ../*.patch

Generate a signing key for Vanadium if this is the initial build (the sample password configured in args.gn is vanadiumpass):