From: Davanum Srinivas Date: Mon, 8 Apr 2013 00:44:21 +0000 (-0400) Subject: Sync with oslo-incubator copy of setup.py X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4571b2f244ea91af508f3af6e407ef3100c574a2;p=openstack-build%2Fneutron-build.git Sync with oslo-incubator copy of setup.py Keep up with the changes to the master copy Change-Id: I5c8f9053b95a1eb0e903365ba12247458d3fb8de --- diff --git a/quantum/openstack/common/setup.py b/quantum/openstack/common/setup.py index dec74fd0d..ba6b54aff 100644 --- a/quantum/openstack/common/setup.py +++ b/quantum/openstack/common/setup.py @@ -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(