diff options
author | Sam James <sam@gentoo.org> | 2024-01-19 07:31:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 07:31:04 +0000 |
commit | a1237b1e03a3fb55af9b206f5b8f2dae6b255cca (patch) | |
tree | 5e9ab7b5fbfca07ed75592ba4e7b3835b4bb0c95 | |
parent | local/post-receive.gentoo-commits: the CIA notification service is long gone (diff) | |
download | githooks-a1237b1e03a3fb55af9b206f5b8f2dae6b255cca.tar.gz githooks-a1237b1e03a3fb55af9b206f5b8f2dae6b255cca.tar.bz2 githooks-a1237b1e03a3fb55af9b206f5b8f2dae6b255cca.zip |
local/update-02-gpg: fix whitespace in commentgithooks-20240119T073104Z
Signed-off-by: Sam James <sam@gentoo.org>
-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 ) |