configs  Check-in [4046da409f]

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: 4046da409f18be8febc0783b74af062291b41f25b7cac3f21699515ecab3d60b
User & Date: js on 2021-01-30 19:58:29
Other Links: manifest | tags
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

Modified setup.sh from [3d680b266b] to [8dac4c2620].

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="35E1AF8B"
	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







|







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