Files
Jonas Nick da27f27026
nix-bitcoin tests / build_test_drivers (push) Canceled after 0s
nix-bitcoin tests / check_flake (push) Canceled after 0s
nix-bitcoin tests / test_scenario (default) (push) Canceled after 0s
nix-bitcoin tests / test_scenario (joinmarket-bitcoind-29) (push) Canceled after 0s
nix-bitcoin tests / test_scenario (netns) (push) Canceled after 0s
nix-bitcoin tests / test_scenario (netnsRegtest) (push) Canceled after 0s
fetch-release: fix signature verification!
`gpg --verify nar-hash.txt.asc` with a single argument lets gpg pick the
verification mode from the file's packet structure. For a real detached
signature it hashes the sibling nar-hash.txt, but for an inline signed
message it verifies the payload embedded in the .asc itself, never reads
nar-hash.txt, prints "not a detached signature; file was NOT verified!"
and still exits 0. The `&> /dev/null` hid that warning.
2026-08-31 08:12:01 +00:00
..