summaryrefslogtreecommitdiff
path: root/parabola-keyring/update-keys
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-07-19 12:41:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-07-19 12:41:01 -0300
commite48a3792be4b48789cd47f0940cacfd2119bd032 (patch)
treea33d43a8209e887ccfe85111633783d05eeaff64 /parabola-keyring/update-keys
parent690b953f5487eaa2b0038372d23af722999b7e7d (diff)
adding parabola-trusted and commands on update-keys
Diffstat (limited to 'parabola-keyring/update-keys')
-rwxr-xr-xparabola-keyring/update-keys1
1 files changed, 1 insertions, 0 deletions
diff --git a/parabola-keyring/update-keys b/parabola-keyring/update-keys
index aa42eac..d591944 100755
--- a/parabola-keyring/update-keys
+++ b/parabola-keyring/update-keys
@@ -35,6 +35,7 @@ while read -ra data; do
exec 4>"${FD}"
${GPG} --yes --lsign-key ${keyid} &>/dev/null
${GPG} --armor --output packager/${username}.asc --export ${keyid}
+ echo "${keyid}:4:" >> parabola-trusted
done < packager-keyids
cat packager/*.asc > parabola.gpg