From 4571b2f244ea91af508f3af6e407ef3100c574a2 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Sun, 7 Apr 2013 20:44:21 -0400 Subject: [PATCH] Sync with oslo-incubator copy of setup.py Keep up with the changes to the master copy Change-Id: I5c8f9053b95a1eb0e903365ba12247458d3fb8de --- quantum/openstack/common/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( -- 2.45.2