From 70b15e3b4699b602b5fc207050076f7948a18aef Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 15 Apr 2020 10:06:42 -0400 Subject: [PATCH] use regular verify-tag output, drop plans to parse --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index 624ce0cf..68ebf05d 100644 --- a/static/build.html +++ b/static/build.html @@ -247,7 +247,7 @@ repo init -u https://github.com/GrapheneOS/platform_manifest.git -b refs/tags/TA
gpg --recv-keys 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
 cd .repo/manifests
-git verify-tag --raw $(git describe)
+git verify-tag $(git describe)
 cd ../..

Complete the source tree download: