aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-04-03 14:33:20 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-04-03 14:33:20 +0200
commit64f93aea08c6c9cb36be36e892b3f7cb71ebd7bb (patch)
tree8d000e00c211c9accde4688f39de743d6f56817b
parentaed8a0dcade421c51f14d9bf9368fe0f87fc0c7f (diff)
Force the dumb git protocol in the code, LP bug #1163317.v1.5.4_linarolist
-rw-r--r--rhodecode/lib/middleware/pygrack.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rhodecode/lib/middleware/pygrack.py b/rhodecode/lib/middleware/pygrack.py
index af0fa247..2db161e4 100644
--- a/rhodecode/lib/middleware/pygrack.py
+++ b/rhodecode/lib/middleware/pygrack.py
@@ -55,7 +55,9 @@ class GitRepository(object):
c for c in self.commands]
self.repo_name = repo_name
self.extras = extras
- self.dumb = str2bool(RhodeCodeSetting.get_by_name(key='extensions_dumbgit'))
+ # TODO: work-around for LP bug 1163317.
+ # self.dumb = str2bool(RhodeCodeSetting.get_by_name(key='extensions_dumbgit'))
+ self.dumb = True
def _get_fixedpath(self, path):
"""