Re: mod_python mandatory for reviewboard 1.6?

2011-09-21 Thread Anton Cohen
On Tue, Sep 20, 2011 at 9:18 PM, Sanjay Lal wrote: > [root ReviewBoard-1.6]# yum install mod_wsgi > Loaded plugins: security > http://cheeseshop.python.org/pypi/ReviewBoard/repodata/repomd.xml: > [Errno 14] HTTP Error 404: Not Found () > Trying other mirror. > Error: Cannot retrieve repository met

Review Board 1.5.1 viewdiff says could not resolve hostname.

2011-09-21 Thread Vijay Reddy
I am seeing an issue when firewall is setup on review board hosted sever. It shows error "Could not resolve hostname" when trying to viewdiff . Below is log . Operating system: Linux ReviewBoard version: 1.5.1 Let me know how to resolve this issue? need to configure proxy to access external url

Re: mod_python mandatory for reviewboard 1.6?

2011-09-21 Thread Sanjay Lal
Thanks Anton. These details are very helpful. I am making progress now. I am now able to use yum install mod_wsgi. I have enabled the mod_wsgi now. Now, After restarting http server, I am trying to access reviewboard from the URL http://.us.oracle.com/reviews.hsgbu.com/ but geting 404 error. I am s

Re: mod_python mandatory for reviewboard 1.6?

2011-09-21 Thread Christian Hammond
It looks like you've set this up for a virtual host install ( reviews.hsgbu.com) but are accessing it like a subdirectory (. us.oracle.com). From the looks of it, http://.us.oracle.com should work instead. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard

Clean install of 1.6.1 serves up 404 error

2011-09-21 Thread insysion
So I decided to abandon trying to fix my Frankenstein Windows install managed to source a Linux (SUSE Enterprise Server 11.1) box on which to install. The install went reasonably well (significantly better than the clean install I tried on a Windows box) but I'm getting a 404 served by review

Re: Review Board 1.5.1 viewdiff says could not resolve hostname.

2011-09-21 Thread Christian Hammond
Hi Vijay, You'll need to tweak the Subversion proxy settings. Review Board's subversion data is kept in {sitepath}/data/.subversion. I believe it's the "servers" file you want to modify, but I'm not at a computer right now so I can't verify Christian On Wednesday, September 21, 2011, Vijay Redd

RBTools options.repository_url vs. get_configured_repository

2011-09-21 Thread Leander
It looks like a commit in April may have broken our usage of post- review in preferring "options.repository_url" to "self.get_configured_repository()": https://github.com/reviewboard/rbtools/commit/885f880ea4a0042f8f54f27476487d8dbd5f2bb6 885f880e ยป jankoprowski 2011-04-03 [RBTools] Brand new Clea