diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-03-25 17:20:12 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-03-25 17:20:12 -0300 |
commit | 0a2d6af9c2f2fd5ed39fb7aae6167230ea28888b (patch) | |
tree | 1f9431d6448da4489188b1f4e105492c8f51b52b /parabola-keyring | |
parent | e9f436a3716aa603d9e6affa84cf20520da349a4 (diff) |
Generate a graphic visualization of the wot
Diffstat (limited to 'parabola-keyring')
-rwxr-xr-x | parabola-keyring/update-keys | 8 |
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.* |