]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Sync with oslo-incubator copy of setup.py
authorDavanum Srinivas <dims@linux.vnet.ibm.com>
Mon, 8 Apr 2013 00:44:21 +0000 (20:44 -0400)
committerDavanum Srinivas <dims@linux.vnet.ibm.com>
Mon, 8 Apr 2013 00:44:21 +0000 (20:44 -0400)
Keep up with the changes to the master copy

Change-Id: I5c8f9053b95a1eb0e903365ba12247458d3fb8de

quantum/openstack/common/setup.py

index dec74fd0d6b03dfb386e568428e2e6602d9b50a3..ba6b54aff40d19ec41c7c0365dfa604412d68913 100644 (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(