aboutsummaryrefslogtreecommitdiff
path: root/contrib/verify-commits/gpg.sh
diff options
context:
space:
mode:
authorGraham Krizek <graham@krizek.io>2019-01-18 09:36:39 -0600
committerGraham Krizek <graham@krizek.io>2019-01-18 09:36:39 -0600
commitfdf82ba1813cf12e2794bbe20f7d002eaf4279fc (patch)
treef9adec0c2023d05c2aef6e56790ffc4ecf3acb45 /contrib/verify-commits/gpg.sh
parentfcb6694a9945d2a02f40587e18bd395ef64048e0 (diff)
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
Diffstat (limited to 'contrib/verify-commits/gpg.sh')
0 files changed, 0 insertions, 0 deletions