Overview
Comment: | Update commit signing key |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4046da409f18be8febc0783b74af0622 |
User & Date: | js 2021-01-30 19:58:29 |
Context
2021-02-07
| ||
22:52 | Update signing key for Git check-in: 3eba9c6e9d user: js tags: trunk | |
2021-01-30
| ||
19:58 | Update commit signing key check-in: 4046da409f user: js tags: trunk | |
2021-01-02
| ||
21:40 | zshrc: Add flveri command to verify Fossil commits check-in: 74956b9a7d user: js tags: trunk | |
Changes
Changes to setup.sh.
︙ | ︙ | |||
29 30 31 32 33 34 35 | gpg="gpg2" elif have gpg; then gpg="gpg" else gpg=":" fi | | | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | gpg="gpg2" elif have gpg; then gpg="gpg" else gpg=":" fi gpg_key="7395312F" if test $($gpg -a --export $gpg_key 2>/dev/null | wc -c) -gt 0; 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 |
︙ | ︙ |