mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: turn gpg signing off for bootstrap (#17282)
This commit is contained in:
committed by
Samuel Attard
parent
a4418a9014
commit
17dab8f239
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user