You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/03/01 16:56:50 UTC

[3/3] git commit: [#5411] Adjusted requirements for patched version of GitPython

Updated Branches:
  refs/heads/cj/5411 [created] d7ad2fa6f


[#5411] Adjusted requirements for patched version of GitPython

Signed-off-by: Cory Johns <jo...@geek.net>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/d7ad2fa6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/d7ad2fa6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/d7ad2fa6

Branch: refs/heads/cj/5411
Commit: d7ad2fa6fa417f4217625709df6c0544c3eb4d33
Parents: 028d388
Author: Cory Johns <jo...@geek.net>
Authored: Thu Feb 28 19:46:15 2013 +0000
Committer: Cory Johns <jo...@geek.net>
Committed: Thu Feb 28 19:46:15 2013 +0000

----------------------------------------------------------------------
 requirements-common.txt |    1 -
 requirements-sf.txt     |    4 ++++
 requirements.txt        |    2 ++
 3 files changed, 6 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/d7ad2fa6/requirements-common.txt
----------------------------------------------------------------------
diff --git a/requirements-common.txt b/requirements-common.txt
index e4cda0b..64448f3 100644
--- a/requirements-common.txt
+++ b/requirements-common.txt
@@ -64,7 +64,6 @@ WebHelpers==1.3
 # git deps
 async==0.6.1
 gitdb==0.5.4
--e git://github.com/42cc/GitPython.git@0.3.2-RC1-20130214#egg=git
 smmap==0.8.2
 
 # testing & development

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/d7ad2fa6/requirements-sf.txt
----------------------------------------------------------------------
diff --git a/requirements-sf.txt b/requirements-sf.txt
index a11660b..02d4d3b 100644
--- a/requirements-sf.txt
+++ b/requirements-sf.txt
@@ -17,6 +17,10 @@ wsgipreload==1.2
 pyzmq==2.1.7
 html2text==3.200.3dev-20121112
 
+# use version built from https://github.com/42cc/GitPython/commits/0.3.2-RC1-20130214
+# for unmerged fix for [#5411]
+GitPython==0.3.2.RC1.20130214
+
 # for the migration scripts only
 postmarkup==1.2.0dev-20121116
 # suds needed for teamforge import script

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/d7ad2fa6/requirements.txt
----------------------------------------------------------------------
diff --git a/requirements.txt b/requirements.txt
index e361bb0..c01f4d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,3 +2,5 @@
 
 # Include our common requirements
 -r requirements-common.txt
+
+GitPython==0.3.2.RC1