Re: ReviewBoard example instance

2010-06-12 Thread Christian Hammond
Hmm, it might be due to not having cProfile installed? Does the reviewboard.log show anything? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Jun 11, 2010 at 1:30 PM, Stephen Gallagher < step...@gallag

Re: post-review fails to login / uses wrong URL

2010-06-12 Thread Joachim Worringen
On 3 Jun., 10:48, Christian Hammond wrote: > The value passed to --server must be a full URL, not just a file path. Thanks, Christian, using --server=http://testsrv/reviews actually helped. But I still wonder why the incomplete URL "testsrv/reviews" is then expanded to http://testsrv/reviews/tes

Re: post-review fails to login / uses wrong URL

2010-06-12 Thread Christian Hammond
Hi, We're using Python's URL building functions for building that path. I don't know why it was built that way. We should probably do some validation for that (care to file a bug?) As for the config file, .reviewboardrc is actually a Python file, so it must use Python syntax. That means in this c