summaryrefslogtreecommitdiff
path: root/parabola-keyring/update-keys
diff options
context:
space:
mode:
Diffstat (limited to 'parabola-keyring/update-keys')
-rwxr-xr-xparabola-keyring/update-keys8
1 files changed, 8 insertions, 0 deletions
diff --git a/parabola-keyring/update-keys b/parabola-keyring/update-keys
index 5765ae4..56d6fa2 100755
--- a/parabola-keyring/update-keys
+++ b/parabola-keyring/update-keys
@@ -53,5 +53,13 @@ cat packager/*.asc > parabola.gpg
popd >/dev/null
+if which neato &>/dev/null ; then
+ ${GPG} --list-sigs | perl ./sig2dot.pl | neato -Tpng -o parabola-keyring-$(date +%Y.%m.%d).png
+ echo "WoT graphed as parabola-keyring-$(date +%Y-%m%-d).png"
+else
+ echo "Install graphviz to generate a graph of parabola-keyring's web of trust."
+fi
+
+
echo $TMPDIR
rm /tmp/tmp.*