Re: Liinux noob: Trouble with python-docutils dependency while installing ReviewBoard

2013-09-23 Thread Stephen Gallagher
On 09/11/2013 01:31 PM, Matthew Woehlke wrote: > On 2013-09-11 11:23, Mark Addleman wrote: >> I'm trying to install ReviewBoard on RHEL. I have installed the EPEL >> repository but yum install ReviewBoard returns >> Error: Package: ReviewBoard-1.7.13-2.el6.noarch (epel) >> Requires: py

Re: Getting this error while installing RB kindly help

2013-09-23 Thread Harihar Pai
Any help on this please. I am having hard time with it please help. Thanks and regards, Harihar Pai On Friday, 20 September 2013 15:24:23 UTC+5:30, Harihar Pai wrote: > > Hello Christian, > > Thanks for the reply . But still the problem is not solved. I did what you > suggested copied the entire

Re: Review Board 1.7.14 is released

2013-09-23 Thread Stephen Gallagher
On 09/15/2013 04:01 PM, Christian Hammond wrote: > Hi everyone, > > Review Board 1.7.14 is out. As promised, it updates to the latest > security release for Django, and has a handful of other bug fixes, > including a small security fix affecting some users using private groups > and repositories i

RBTools 5.x API: Can it be used to modify database?

2013-09-23 Thread Steve
I've written a script using the RBTools 5.x API which lists RB groups containing users who have left the company. I have 2 questions: 1. Can the API be used to actually remove the users from the groups? 2. What's the best source of complete documentation on all the classes/methods available vi

problem with post-review and clearcase

2013-09-23 Thread Gabriela J
Hey, I'm trying to run ReviewBoard with clearcase, and I'm having trouble uploading a diff to the website. I'm running reviewboard 1.7.14 and RBtools 0.5.2. Here is the message I'm getting when running post-review in debug mode (pathnames and addresses replaced by Zs and hostname): --- DE

Re: RBTools 5.x API: Can it be used to modify database?

2013-09-23 Thread David Trowbridge
1. Yes. You can remove a user from a group by issuing a DELETE operation on the review group user resource. See http://www.reviewboard.org/docs/manual/1.7/webapi/2.0/resources/review-group-user/for more details. 2. The online docs are generated by introspecting the code, and they are complete. -D