Skip to content

Commit

Permalink
build: turn gpg signing off for bootstrap (#17282)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored and MarshallOfSound committed Mar 8, 2019
1 parent a4418a9 commit 17dab8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/lib/git.py
Expand Up @@ -52,6 +52,7 @@ def am(repo, patch_data, threeway=False, directory=None,
root_args += ['-c', 'user.name=' + committer_name]
if committer_email is not None:
root_args += ['-c', 'user.email=' + committer_email]
root_args += ['-c', 'commit.gpgsign=false']
command = ['git'] + root_args + ['am'] + args
proc = subprocess.Popen(
command,
Expand Down

0 comments on commit 17dab8f

Please sign in to comment.