diff options
| author | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2013-04-07 20:41:28 -0400 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-04-14 02:13:53 +0000 |
| commit | 8c67341305bdc2ca8dab2b3df273762341fb9f04 (patch) | |
| tree | 5a9661af1ff4b3b6d620e7b76568e9181602a62b /keystone/openstack | |
| parent | b4db547d0a681fbf7c8927a8c07c8bb3844582fb (diff) | |
Sync with oslo-incubator copy of setup.py
Keep up with the changes to the master copy
Change-Id: I48de020385fafa7ce10a6bcb2c89d25b9fcba929
Diffstat (limited to 'keystone/openstack')
| -rw-r--r-- | keystone/openstack/common/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keystone/openstack/common/setup.py b/keystone/openstack/common/setup.py index dec74fd0..ba6b54af 100644 --- a/keystone/openstack/common/setup.py +++ b/keystone/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( |
