Cory Fields
1fefcf27ed
verify-commits: error and exit cleanly when git is too old.
2 years ago
Andrew Chow
bb86887527
verify-commits: Skip checks for commits older than trusted roots
2 years ago
Andrew Chow
5497c14830
verify-commits: Use merge-tree in clean merge check
2 years ago
Andrew Chow
53b07b2b47
verify-commits: Move trusted-keys valid sig check into verify-commits itself
...
Instead of having gpg.sh check against the trusted keys for a valid
signature, do it inside of verify-commits itself.
This also allows us to use the same trusted-keys throughout the
verify-commits.py check rather than it possibly being modified during
the clean merge check.
2 years ago
Hennadii Stepanov
306ccd4927
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
- 2021: f47dda2c58
- 2020: fa0074e2d8
- 2019: aaaaad6ac9
2 years ago
brunoerg
ded915e842
contrib: fix dirname on `verify-commits`
3 years ago
brunoerg
027aab663a
test, contrib, refactor: use `with` when opening a file
3 years ago
MarcoFalke
aaaaad6ac9
scripted-diff: Bump copyright of files changed in 2019
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
5 years ago
fanquake
6c27fa0f09
scripts: remove github-merge.py
...
This script has been moved to the bitcoin-core/bitcoin-maintainer-tools repository,
after discussion in a core dev meeting. The rationale being that it is also useful to
other projects, and thus should be moved to a more general repository.
Meeting log: http://www.erisian.com.au/bitcoin-core-dev/log-2019-08-15.html
See also: https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/28
5 years ago
Graham Krizek
8b8d8eeae9
Remove travis_wait from lint script
...
Also adding progress logging to verify-commits.py script to prevent Travis from timing out
6 years ago
Graham Krizek
fdf82ba181
Update all subprocess.check_output functions in CI scripts to be Python 3.4 compatible
...
Removing the 'universal_newlines' and 'encoding' args from the subprocess.check_outputs fuction. 'universal_newlines' is supported in 3.4, but 'encoding' is not. Without specifying 'encoding' it will make a guess at encoding, which can break things on BSD systems. We must handle encoding/decoding ourselves until we can use Python 3.6
6 years ago
Jameson Lopp
45842c3d26
Improve documentation for running verify-commits.py script
6 years ago
Chun Kuan Lee
5d62dcf9cf
lint: Make sure we read the command line inputs using utf-8 decoding in python
6 years ago
practicalswift
634bd97001
Explicitly specify encoding when opening text files in Python code
7 years ago
Chun Kuan Lee
e5b2cd8e75
Use python instead of slow shell script on verify-commits
7 years ago