updating with instructions on finding your public key

This commit is contained in:
brent s 2016-06-30 03:11:08 -04:00
parent 729fc5cd9a
commit 77401c3da4
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,9 @@ set -e

## SETTINGS ##

# You can get a list of your private identities with gpg -K.
# You can get the exact string with:
# - gpg -K --fingerprint --with-colons [<your identity, e.g. joeshmoe@joe.com>] | egrep '^fpr:' | cut -f10 -d":"
GPGKEY='748231EBCBD808A14F5E85D28C004C2F93481F6B' # https://wiki.archlinux.org/index.php/PKGBUILD#validpgpkeys
MAINTNAME='brent s. <bts[at]square-r00t[dot]net>'
PKGBUILD_DIR='/opt/dev/arch'

View File

@ -1,7 +1,9 @@
#!/bin/bash



# You can get a list of your private identities with gpg -K.
# You can get the exact string with:
# - gpg -K --fingerprint --with-colons [<your identity, e.g. joeshmoe@joe.com>] | egrep '^fpr:' | cut -f10 -d":"
GPGKEY='748231EBCBD808A14F5E85D28C004C2F93481F6B'
PKGBUILD_DIR='/opt/dev/arch'