diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2011-09-23 15:57:55 +0100 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2011-09-23 13:18:06 -0400 |
| commit | affabf5be4db8b15974bb9ce4c16b0a8242e1fc2 (patch) | |
| tree | 32fc83699f94cd5ddbef2f0d3658afe9175936b5 /tools | |
| parent | 37100f5653960b7f898e91663839feed51e14419 (diff) | |
Don't use GitPython for authors check
I hit this issue with an older GitPython version:
https://bugzilla.redhat.com/740852
Seeing as all GitPython is doing for us is running:
$> git rev-list --pretty=raw HEAD
and parsing the output, I figure it's just as easy for us to run git
directly.
Change-Id: Ib43e2346c7d4c47e7776919f2b9c982133628129
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index f47d6130c..b5d1fa713 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -21,7 +21,6 @@ wsgiref==0.1.2 mox==0.5.3 greenlet==0.3.1 nose -bzr PasteDeploy paste sqlalchemy-migrate @@ -33,6 +32,5 @@ nova-adminclient suds==0.4 coverage nosexcover -GitPython paramiko feedparser |
