forked from apache/parquet-format
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-1076: Use long key ids in KEYS file
Created like so: gpg --import < KEYS 2>&1 | grep key | sed -e 's/.*"\(.*\)".*/\1/' | \ while read k; do gpg --list-sigs --keyid-format long $k; gpg --export \ --armor $k; done > newkeys Author: Lars Volker <lv@cloudera.com> Closes apache#61 from lekv/full_keys and squashes the following commits: 89ac932 [Lars Volker] PARQUET-1076: Use long key ids in KEYS file
- Loading branch information
Showing
1 changed file
with
40 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters