Re: Issue 2664 in reviewboard: Upgrade to Review Board 1.6.9 but can't set up a GitHub repo

2013-01-17 Thread reviewboard

Updates:
Status: SetupIssue

Comment #8 on issue 2664 by trowb...@gmail.com: Upgrade to Review Board  
1.6.9 but can't set up a GitHub repo

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

(No comment was entered for this change.)

--
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 2664 in reviewboard: Upgrade to Review Board 1.6.9 but can't set up a GitHub repo

2012-12-29 Thread reviewboard


Comment #7 on issue 2664 by rajas...@gmail.com: Upgrade to Review Board  
1.6.9 but can't set up a GitHub repo

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

You might want to setup the env variable for https_proxy instead of  
http_proxy since you are accessing a https url.


From http://docs.python.org/2/library/urllib2.html#urllib2.ProxyHandler, it  
seems that the default is to read the environment variable _proxy  
and since your github url is https, that could be 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.



Re: Issue 2664 in reviewboard: Upgrade to Review Board 1.6.9 but can't set up a GitHub repo

2012-12-24 Thread reviewboard

Updates:
Labels: Component-Deployment

Comment #6 on issue 2664 by trowb...@gmail.com: Upgrade to Review Board  
1.6.9 but can't set up a GitHub repo

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

(No comment was entered for this change.)

--
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 2664 in reviewboard: Upgrade to Review Board 1.6.9 but can't set up a GitHub repo

2012-07-13 Thread reviewboard


Comment #5 on issue 2664 by eyuw...@gmail.com: Upgrade to Review Board  
1.6.9 but can't set up a GitHub repo

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

Tried the following options, still no luck:

Option 1:
=
set -e

export http_proxy=http://proxy.MY_DOMAIN.com:
exec /command/setuidgid reviewboard \
python2.7 manage.py runfcgi daemonize=false host=0.0.0.0 \
 port=8080 maxchildren=1024 maxrequests=1024

Option 2:
=
set -e

exec /command/setuidgid reviewboard \
env http_proxy=http://proxy.MY_DOMAIN.com:
python2.7 manage.py runfcgi daemonize=false host=0.0.0.0 \
 port=8080 maxchildren=1024 maxrequests=1024

I've looked into the logs and didn't find anything useful...

--
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 2664 in reviewboard: Upgrade to Review Board 1.6.9 but can't set up a GitHub repo

2012-07-13 Thread reviewboard


Comment #4 on issue 2664 by chip...@gmail.com: Upgrade to Review Board  
1.6.9 but can't set up a GitHub repo

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

It's still a proxy problem. Maybe try modifying the .fcgi file and setting  
the proxy variables in there.


--
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 2664 in reviewboard: Upgrade to Review Board 1.6.9 but can't set up a GitHub repo

2012-07-13 Thread reviewboard


Comment #3 on issue 2664 by eyuw...@gmail.com: Upgrade to Review Board  
1.6.9 but can't set up a GitHub repo

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

ping?

Can you take a look at this? Any pointers are appreciated.

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 2664 in reviewboard: Upgrade to Review Board 1.6.9 but can't set up a GitHub repo

2012-07-12 Thread reviewboard


Comment #2 on issue 2664 by eyuw...@gmail.com: Upgrade to Review Board  
1.6.9 but can't set up a GitHub repo

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

hmmm...That doesn't seem to fix the problem. I'm using Nginx, and I've added

env HTTP_PROXY=http://proxy.MY_DOMAIN.com:;
env http_proxy=http://proxy.MY_DOMAIN.com:;

env HTTPS_PROXY=https://proxy.MY_DOMAIN.com:;
env https_proxy=https://proxy.MY_DOMAIN.com:;

in the configuration. Bounced the nginx server and restarted the fcgi  
backend processes, but I'm getting the same error still.


any idea? 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 2664 in reviewboard: Upgrade to Review Board 1.6.9 but can't set up a GitHub repo

2012-07-12 Thread reviewboard


Comment #1 on issue 2664 by chip...@gmail.com: Upgrade to Review Board  
1.6.9 but can't set up a GitHub repo

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

The problem is the proxy. You will need to set the HTTP_PROXY and  
http_proxy environment variables in your Apache configuration using SetEnv,  
like:


SetEnv http_proxy "http://proxy.example.com:1234/";
SetEnv HTTP_PROXY "http://proxy.example.com:1234/";

It should then work.

--
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 2664 in reviewboard: Upgrade to Review Board 1.6.9 but can't set up a GitHub repo

2012-07-11 Thread reviewboard

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

New issue 2664 by eyuw...@gmail.com: Upgrade to Review Board 1.6.9 but  
can't set up a GitHub repo

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

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
1.6.9

What steps will reproduce the problem?
My GitHub repo has this url: https://github.com/MY_GITHUB_ID/MY_REPO_NAME

Under "Repository Hosting" section
Hosting service: GitHub
Account:  (selected automatically)
Account username: MY_GITHUB_ID
Account password: password associated with MY_GITHUB_ID

What is the expected output? What do you see instead?
I keep getting this error message: Unknown error when linking the  
account: 'URLError' object has no attribute 'read'


What operating system are you using?
Centos 6

Please provide any additional information below.
My RB server is behind a corporate firewall. It is verified that outbound  
ssh from my RB server to GitHub is granted.


Thought 1.6.9 aimed at supporting GitHub. Did I miss anything? Please help .

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.