Commit graph

12 commits

Author SHA1 Message Date
TheCharlatan
d22ead567e
Verify-Merge: Add exception for single binary whitespace issue 2020-12-14 01:28:05 +01:00
Jonathan Cross
c65a594d3b
verify-merge.py : detailed file path / folder name checking. 2019-12-09 22:38:17 +01:00
Jonathan Cross
6eadfcbb36
verify-merge.py : break verify() and main() into simple, clear components. 2019-12-03 23:31:47 +01:00
Jonathan Cross
47e05f9288
verify-merge.py : fix error in sys.stderr.write 2019-11-26 07:32:50 +01:00
Jonathan Cross
8ac63f4f31
verify-merge.py : code consistency improvements. 2019-11-20 00:36:04 +01:00
TheCharlatan
3d5a5ab9bf
Add basic verification between signatories' release tarballs
Add support to check if the release tarball checksum between different signed
assertions match.
This is only meant for quick verification, not for actual validation of the
assertion contents.
2019-11-19 20:12:19 +01:00
Jonathan Cross
ff5a941316
Simplify and improve verify-merge.py 2019-11-19 17:12:13 +01:00
TheCharlatan
2a476befbc
Merge pull request #25 into master 2019-11-15 15:56:42 +01:00
TheCharlatan
cd9e9ed8c9
Add android support to signature verification step 2019-11-15 15:36:08 +01:00
Stefano Martinelli
41dd8ee0b4 Fix arg typo 2019-11-14 13:28:34 +01:00
TheCharlatan
28268ea75c
Some Improvements to the Gitian Verification Script
Keys are no longer imported automatically, use `--import-keys`
as an argument to import all public keys in the `gitian-pubkeys`
directory.

Keys are no longer refreshed automatically, use `--refresh-keys`
as an argument to refresh all public keys in the gpg keyring from
the sks server.

The verification step now uses the current working directory instead
of a hardcoded name in case the user renamed the gitian.sigs.

The verification now checks for the existance of each gitian.sigs
directory before running.

The user can specify custom monero and gitian-builder directory
locations. By default monero and gitian-builder are assumed on the same
level as the gitian.sigs repository.
2019-09-09 09:28:03 +02:00
TheCharlatan
617f52db3e
Add script to make verifying the gitian signatures easy 2019-07-23 02:19:28 +02:00