Sync with oslo-incubator copy of setup.py
Keep up with the changes to the master copy Change-Id: I48de020385fafa7ce10a6bcb2c89d25b9fcba929
This commit is contained in:
parent
b4db547d0a
commit
8c67341305
@ -171,8 +171,8 @@ def generate_authors():
|
|||||||
" log --format='%aN <%aE>' | sort -u | "
|
" log --format='%aN <%aE>' | sort -u | "
|
||||||
"egrep -v '" + jenkins_email + "'")
|
"egrep -v '" + jenkins_email + "'")
|
||||||
changelog = _run_shell_command(git_log_cmd)
|
changelog = _run_shell_command(git_log_cmd)
|
||||||
signed_cmd = ("git log --git-dir=" + git_dir +
|
signed_cmd = ("git --git-dir=" + git_dir +
|
||||||
" | grep -i Co-authored-by: | sort -u")
|
" log | grep -i Co-authored-by: | sort -u")
|
||||||
signed_entries = _run_shell_command(signed_cmd)
|
signed_entries = _run_shell_command(signed_cmd)
|
||||||
if signed_entries:
|
if signed_entries:
|
||||||
new_entries = "\n".join(
|
new_entries = "\n".join(
|
||||||
|
Loading…
Reference in New Issue
Block a user