summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-06 23:45:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-07 09:49:20 -0700
commitb9b15f3f18d6c8733341bcbfcfc47c8443a2ef91 (patch)
treea34e0d2341318de84bef5980bd41b30e27718442 /lib-src
parent13f08e9d36de02c54283993d2bd035adf13f0411 (diff)
downloaddotfiles-b9b15f3f18d6c8733341bcbfcfc47c8443a2ef91.tar.gz
replace load-trustdb with something simpler
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/mr/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib-src/mr/config b/lib-src/mr/config
index 9d8d8d0e..b06b1189 100644
--- a/lib-src/mr/config
+++ b/lib-src/mr/config
@@ -127,7 +127,9 @@ fixups =
chmod 600 \
.passwddb.pet .gnupg/*.kbx .gnupg/private-keys-v1.d/*.key .ssh/id_*
hstow restow ~/lib/priv
- load-trustdb
+ # We used to --export-ownertrust, but now we just manually maintain this
+ # file, import it here, and don't set ownertrust values interactively.
+ command -v gpg >/dev/null && gpg --import-ownertrust ~/lib/priv/otrust.lst
skip = lazy
post_checkout =