Re: Issue 2046 in reviewboard: post-review always use a proxy even for local network

2011-03-27 Thread reviewboard


Comment #2 on issue 2046 by sebastie...@googlemail.com: post-review always  
use a proxy even for local network

http://code.google.com/p/reviewboard/issues/detail?id=2046

ok. I didn't see documentation on that. Thanks.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2046 in reviewboard: post-review always use a proxy even for local network

2011-03-26 Thread reviewboard

Updates:
Status: UserError

Comment #1 on issue 2046 by trowb...@gmail.com: post-review always use a  
proxy even for local network

http://code.google.com/p/reviewboard/issues/detail?id=2046

You need to also set the no_proxy environment variables for hosts which  
shouldn't use a proxy (such as "localhost").


--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2046 in reviewboard: post-review always use a proxy even for local network

2011-03-23 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2046 by sebastie...@googlemail.com: post-review always use a  
proxy even for local network

http://code.google.com/p/reviewboard/issues/detail?id=2046

What version are you running?
RBTools 0.3.2

What's the URL of the page containing the problem?
NA

What steps will reproduce the problem?
1. In Windows XP, configure proxy using environment variable http_proxy
2. Use post-review with subversion local repository to create a review in  
localhost reviewboard.

3. post-review uses proxy whereas reviewboard is on localhost.

What is the expected output? What do you see instead?
It should be possible to deactivate proxy using a command line switch  
--no-proxy for example.


What operating system are you using? What browser?
Windows XP, FF4.

Please provide any additional information below.
I hacked postreview.py by saying urllib2 top not use proxy and this fixed  
the problem.




--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.