projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
742f8ea
)
Remove "send-gpg-public-keys.sh"
author
Jacob Bachmeyer
<jcb@gnu.org>
Sat, 1 Apr 2023 04:33:32 +0000
(23:33 -0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Sat, 1 Apr 2023 04:33:32 +0000
(23:33 -0500)
With the ongoing attacks on the public synchronizing keyservers, this tool is
no longer useful.
send-gpg-public-keys.sh
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/send-gpg-public-keys.sh
b/send-gpg-public-keys.sh
deleted file mode 100755
(executable)
index
5e9e48a
..0000000
--- a/
send-gpg-public-keys.sh
+++ /dev/null
@@
-1,7
+0,0 @@
-#!/bin/bash
-
-f=/home/ftp/gnu/gnu-keyring.gpg
-for k in $( gpg --list-keys < $f | grep ^pub | grep -v expired | grep -v revoked | awk '{ print $2 }' | cut -d/ -f 2 )
-do
- gpg --keyserver hkp://pgp.mit.edu --send-keys $k < $f
-done