Sync with oslo-incubator copy of setup.py

Keep up with the changes to the master copy

Change-Id: I5c8f9053b95a1eb0e903365ba12247458d3fb8de
This commit is contained in:
Davanum Srinivas 2013-04-07 20:44:21 -04:00
parent 4c3b626094
commit 4571b2f244

View File

@ -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(