use regular verify-tag output, drop plans to parse

This commit is contained in:
Daniel Micay 2020-04-15 10:06:42 -04:00
parent 2e9fbff694
commit 70b15e3b46

View File

@ -247,7 +247,7 @@ repo init -u https://github.com/GrapheneOS/platform_manifest.git -b refs/tags/TA
<pre>gpg --recv-keys 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A <pre>gpg --recv-keys 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
cd .repo/manifests cd .repo/manifests
git verify-tag --raw $(git describe) git verify-tag $(git describe)
cd ../..</pre> cd ../..</pre>
<p>Complete the source tree download:</p> <p>Complete the source tree download:</p>