jmollan / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

Enable HTTP proxy support for $review/ssh_info URLs #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Shawn Pearce <sop@google.com> on Mon May 04 08:24:19 PDT 2009
Source: JIRA REPO-31
Affected Version: 1.6.7.2

Users behind a firewall might be able to access port 29418 directly, but not
443 for HTTPS.  repo should support using an HTTP proxy to communicate with
the review server's /ssh_info URL during repo upload.

Original issue reported on code.google.com by code-rev...@gtempaccount.com on 24 Sep 2009 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by sop+code@google.com on 24 Sep 2009 at 11:09

GoogleCodeExporter commented 9 years ago
This is a problem for us. Our work around (ugh) is to hot-wire the call:
-          info = urlopen(u).read()
+          info = 'review.source.android.com 29418'

Original comment by bbea...@gmail.com on 10 May 2010 at 5:31