summaryrefslogtreecommitdiff
path: root/parabola-keyring/update-keys
diff options
context:
space:
mode:
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