Overview
Comment: | Update gpg config |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fb7befcc621402885f36d3441c0367f1 |
User & Date: | js on 2024-09-21 22:56:02 |
Other Links: | manifest | tags |
Context
2024-10-11
| ||
19:59 | git: Update signing key check-in: 2eb2ee80f6 user: js tags: trunk | |
2024-09-21
| ||
22:56 | Update gpg config check-in: fb7befcc62 user: js tags: trunk | |
22:54 | Update keyring check-in: b01a7b44c0 user: js tags: trunk | |
Changes
Deleted gnupg/gpg.conf version [f87e712b09].
|
| < < < < < < < < < < < < < < < |
Modified gnupg/ownertrust from [91c4b37526] to [09cf405776].
1 | 6D1EC2269BC0B5459C8BA920CFDAB41F8292CEEE:6: | > < < | 1 2 | DC43171B6BE93978D09AD8B2C601EE21773E7C8F:6: 6D1EC2269BC0B5459C8BA920CFDAB41F8292CEEE:6: |
Deleted gnupg/scdaemon.conf version [6e7effe2cf].
|
| < |
Modified setup.sh from [0aa3678ce6] to [4f756f3d30].
︙ | ︙ | |||
32 33 34 35 36 37 38 | gpg="gpg2" elif have gpg; then gpg="gpg" else gpg="false" fi | | < < | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | gpg="gpg2" elif have gpg; then gpg="gpg" else gpg="false" fi gpg_key="DC43171B6BE93978D09AD8B2C601EE21773E7C8F" if $gpg --list-secret-keys $gpg_key >/dev/null 2>&1; then fossil set --global pgp-command \ "$gpg -u $gpg_key --clearsign -o" fossil set --global clearsign 1 else fossil unset --global pgp-command fossil unset --global clearsign fi fi have git && link_file git .config/git ../ if have gpg || have gpg2; then mkdir -p $HOME/.local/share/gnupg chmod 700 $HOME/.local/share/gnupg if have gpg2; then gpg="gpg2" else gpg="gpg" fi $gpg --import gnupg/keyring.asc $gpg --import-ownertrust gnupg/ownertrust |
︙ | ︙ |