OpenPGP Verify the Source Code
'''This chapter is recommended for better security, but is not strictly required.'''<ref>See [[Trust]].</ref>
Retrieve a list of available git tags.
{{CodeSelect|code=
git --no-pager tag
}}
Verify the tag you want to build. Replace it with the tag chosen to build.
{{CodeSelect|code=
git tag -v {{{version}}}
}}
The output should look similar to this.
<pre>
object 1844108109a5f2f8bddcf2257b9f3675be5cfb22
type commit
tag {{{version}}}
tagger Patrick Schleizer <
[email protected]> 1392320095 +0000