diff options
author | Todd Zullinger <tmz@pobox.com> | 2018-08-10 23:58:45 -0400 |
---|---|---|
committer | Todd Zullinger <tmz@pobox.com> | 2018-08-11 00:06:06 -0400 |
commit | f081e18bccdfe23ea6b903e9c4e56d2dc9d2f294 (patch) | |
tree | 957a9b536d87c9c9a9426054c3cbbaa9ac94653c /.gitignore | |
parent | ba224e3693bdf458869ce8093dfe66239e147bb9 (diff) | |
download | cgit_EL6-f081e18bccdfe23ea6b903e9c4e56d2dc9d2f294.tar.gz |
verify upstream GPG signatures in %prep
Automate verification for both cgit and git tarballs. This is one less
manual step for maintainers when updating a package.
The GPG key for git should generally be copied from the git package:
https://src.fedoraproject.org/rpms/git/raw/master/f/gpgkey-junio.asc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ *~ *.rpm +*.tar.asc +*.tar.sign *.tar.xz /cgit-*/ +/gpgkey-*.gpg /results_cgit/ |