Skip to content

Commit

Permalink
Allow any subkey in verify-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Mar 4, 2017
1 parent eddc77a commit d025bc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/verify-commits/gpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for LINE in $(echo "$GPG_RES"); do
case "$LINE" in
"[GNUPG:] VALIDSIG "*)
while read KEY; do
case "$LINE" in "[GNUPG:] VALIDSIG $KEY "*) VALID=true;; esac
[ "${LINE#?GNUPG:? VALIDSIG * * * * * * * * * }" = "$KEY" ] && VALID=true
done < ./contrib/verify-commits/trusted-keys
;;
"[GNUPG:] REVKEYSIG "*)
Expand Down
4 changes: 2 additions & 2 deletions contrib/verify-commits/trusted-keys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
71A3B16735405025D447E8F274810B012346C9A6
3F1888C6DCA92A6499C4911FDBA1A67379A1A931
133EAC179436F14A5CF1B794860FEB804E669320
32EE5C4C3FA15CCADB46ABE529D4BCB6416F53EC
FE09B823E6D83A3BC7983EAA2D7F2372E50FE137
B8B3F1C0E58C15DB6A81D30C3648A882F4316B9B

0 comments on commit d025bc7

Please sign in to comment.