rclone/fstest/test_all
Nick Craig-Wood 37d786c82a selfupdate: fix "invalid hashsum signature" error
This was caused by a change to the upstream library
ProtonMail/go-crypto checking the flags on the keys more strictly.

However the signing key for rclone is very old and does not have those
flags. Adding those flags using `gpg --edit-key` and then the
`change-usage` subcommand to remove, save, quite then re-add, save
quit the signing capabilities caused the key to work.

This also adds tests for the verification and adds the selfupdate
tests into the integration test harness as they had been disabled on
CI because they rely on external sources and are sometimes unreliable.

Fixes #7373
2023-10-18 17:55:19 +01:00
..
clean.go Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
config.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
config.yaml selfupdate: fix "invalid hashsum signature" error 2023-10-18 17:55:19 +01:00
report.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
run.go refactor: replace strings.Replace with strings.ReplaceAll 2022-05-17 11:08:37 +01:00
run_test.go build: update to use go1.14 for the build 2020-02-26 21:26:47 +00:00
test_all.go build: update to go1.21rc3 and make go1.19 the minimum required version 2023-07-16 10:09:25 +01:00