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
6 years ago
Chun Kuan Lee
e5b2cd8e75
Use python instead of slow shell script on verify-commits
6 years ago