commit:     2283d50df3a96aaf61b6c6c47397b07fcc626f79
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 27 02:05:39 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 27 02:05:39 2026 +0000
URL:        
https://gitweb.gentoo.org/proj/gentoo-authority-key.git/commit/?id=2283d50d

autosign.bash: add TODO for --command-fd + --status-fd to replace expect

Signed-off-by: Sam James <sam <AT> gentoo.org>

 autosign.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/autosign.bash b/autosign.bash
index 21dbf01..6929010 100755
--- a/autosign.bash
+++ b/autosign.bash
@@ -119,6 +119,7 @@ revoke_sig() {
        echo "${uid}: Revoking signature on key ${key}"
        # TODO: support revoking only one uid?
        # (NB: will this ever happen?)
+       # TODO: command-fd + status-fd?
        timeout 60 expect - <<-EOF || die "revoking signature failed"
                spawn gpg --edit-key ${key}
                expect "gpg>"

Reply via email to