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:
Davanum Srinivas 2013-04-07 20:41:28 -04:00 committed by Gerrit Code Review
parent b4db547d0a
commit 8c67341305

View File

@ -171,8 +171,8 @@ def generate_authors():
" log --format='%aN <%aE>' | sort -u | "
"egrep -v '" + jenkins_email + "'")
changelog = _run_shell_command(git_log_cmd)
signed_cmd = ("git log --git-dir=" + git_dir +
" | grep -i Co-authored-by: | sort -u")
signed_cmd = ("git --git-dir=" + git_dir +
" log | grep -i Co-authored-by: | sort -u")
signed_entries = _run_shell_command(signed_cmd)
if signed_entries:
new_entries = "\n".join(