diff options
-rwxr-xr-x | local/update-02-gpg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/local/update-02-gpg b/local/update-02-gpg index ffae5cf..3740cb4 100755 --- a/local/update-02-gpg +++ b/local/update-02-gpg @@ -75,7 +75,7 @@ case ${VERIFY_SIGS} in EXPORT_CMD=( gpg -q --export-options export-clean,no-export-local-sigs,no-export-attributes - # keep-uid filter is not working in gnupg-2.4.3 or gnupg-2.2.41 + # keep-uid filter is not working in gnupg-2.4.3 or gnupg-2.2.41 #--export-filter 'keep-uid="uid =~ @gentoo.org"' --export ) @@ -83,7 +83,7 @@ case ${VERIFY_SIGS} in gpg -q # no-self-sigs-only is needed to import the signature chain. --import-options import-clean,no-import-local-sigs,no-keep-ownertrust,no-self-sigs-only - # keep-uid filter is not working in gnupg-2.4.3 or gnupg-2.2.41 + # keep-uid filter is not working in gnupg-2.4.3 or gnupg-2.2.41 #--import-filter 'keep-uid="uid =~ @gentoo.org"' --import ) |