diff options
author | binary <me@rgoncalves.se> | 2020-11-20 16:52:18 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-20 16:52:18 +0100 |
commit | bd5ba6834c429fe2e14b8d61fbd993b3f23175a3 (patch) | |
tree | baabf46a514618ed1e5b6d8e1def29909859f314 /files/pubkeys | |
parent | 9d6b6e96d3b352d5b8bc4dd29e05a919feb899d6 (diff) | |
download | infrastructure-bd5ba6834c429fe2e14b8d61fbd993b3f23175a3.tar.gz |
Simplify pubkey organisation with symlinks.
Diffstat (limited to 'files/pubkeys')
-rw-r--r-- | files/pubkeys/bentonite.pub (renamed from files/pubkeys/WS-bentonite) | 0 | ||||
l--------- | files/pubkeys/git/bentonite.pub | 1 | ||||
l--------- | files/pubkeys/git/graphite.pub | 1 | ||||
l--------- | files/pubkeys/root/rgoncalves.pub | 1 |
4 files changed, 3 insertions, 0 deletions
diff --git a/files/pubkeys/WS-bentonite b/files/pubkeys/bentonite.pub index 7e89f14..7e89f14 100644 --- a/files/pubkeys/WS-bentonite +++ b/files/pubkeys/bentonite.pub diff --git a/files/pubkeys/git/bentonite.pub b/files/pubkeys/git/bentonite.pub new file mode 120000 index 0000000..40703f4 --- /dev/null +++ b/files/pubkeys/git/bentonite.pub @@ -0,0 +1 @@ +../bentonite.pub
\ No newline at end of file diff --git a/files/pubkeys/git/graphite.pub b/files/pubkeys/git/graphite.pub new file mode 120000 index 0000000..7cfa192 --- /dev/null +++ b/files/pubkeys/git/graphite.pub @@ -0,0 +1 @@ +../graphite.pub
\ No newline at end of file diff --git a/files/pubkeys/root/rgoncalves.pub b/files/pubkeys/root/rgoncalves.pub new file mode 120000 index 0000000..f869ceb --- /dev/null +++ b/files/pubkeys/root/rgoncalves.pub @@ -0,0 +1 @@ +../rgoncalves.pub
\ No newline at end of file |