commit:     790e3dec50b7dd4f781b000eef6641ab50a71c38
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 27 01:54:04 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 27 01:54:15 2026 +0000
URL:        
https://gitweb.gentoo.org/proj/gentoo-authority-key.git/commit/?id=790e3dec

autosign.bash: drop --batch from --check-trustdb

With --batch, gpg will print the notice even with -q.

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

 autosign.bash | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/autosign.bash b/autosign.bash
index bf8bc09..5b4e232 100755
--- a/autosign.bash
+++ b/autosign.bash
@@ -236,7 +236,8 @@ main() {
                fi
        done < <(comm -13 signed.txt ldap.txt)
 
-       gpg -q --batch --check-trustdb
+       # XXX: --batch here makes gpg print 'next trustdb check due at ...'
+       gpg -q --check-trustdb
 
        if [[ ! ${AUTOSIGN_NO_SEND_KEYS} ]]; then
                # send key updates to the keyserver

Reply via email to