Re: How to use post-review with a private GitHub repository?

2010-10-11 Thread Gustavo Narea
BTW, if I install the development code, would I be able to use RB with GitHub? Cheers. On Oct 11, 10:52 am, Gustavo Narea wrote: > Hello, Christian. > > On Oct 11, 10:46 am, Christian Hammond wrote: > > > Sorry, I missed the updates to this. > > It's alright ;-) > > > Okay, so two things: > > >

Re: How to use post-review with a private GitHub repository?

2010-10-11 Thread Gustavo Narea
Hello, Christian. On Oct 11, 10:46 am, Christian Hammond wrote: > Sorry, I missed the updates to this. It's alright ;-) > Okay, so two things: > > 1) The "TypeError: object of type 'Revision' has no len()" should be fixed > in the final 1.5 release. OK, I'm using the second RC. > 2) Organiza

Re: How to use post-review with a private GitHub repository?

2010-10-11 Thread Christian Hammond
Hi, Sorry, I missed the updates to this. Okay, so two things: 1) The "TypeError: object of type 'Revision' has no len()" should be fixed in the final 1.5 release. 2) Organizations aren't supported yet, but it's high on my priority list. I want to get it in for 1.5.1, or 1.5.2 at the latest. Ther

Re: How to use post-review with a private GitHub repository?

2010-10-11 Thread Gustavo Narea
Anyone? On Sep 29, 10:43 am, Gustavo Narea wrote: > I forgot to mention how I'm running post-review: > >     $ cd /srv/mirrors/project >     $ post-review --server=http://example.org/reviews/--guess-summary > --guess-description --username=foo --password=baz --submit-as=bar -- > tracking-branch=o

Re: How to use post-review with a private GitHub repository?

2010-09-29 Thread Gustavo Narea
I forgot to mention how I'm running post-review: $ cd /srv/mirrors/project $ post-review --server=http://example.org/reviews/ --guess-summary --guess-description --username=foo --password=baz --submit-as=bar -- tracking-branch=origin/master -d Cheers. On Sep 29, 10:40 am, Gustavo Narea

Re: How to use post-review with a private GitHub repository?

2010-09-29 Thread Gustavo Narea
Hello, Christian. Thank you very much for your response. Yes, I configured the repository the way you said. But I just noticed that the problem was that Review Board wasn't generating the right "raw file URL mask" for organization accounts. I had to change it from: http://github.com/api/v2/

Re: How to use post-review with a private GitHub repository?

2010-09-28 Thread Christian Hammond
When adding the repository entries, did you type the paths by hand? You should make sure to configure the repository with a "Hosting Service" of "GitHub (Private)" and then fill in the requested fields from there. You will need your API Token from your GitHub account (the one owning the project in

How to use post-review with a private GitHub repository?

2010-09-28 Thread Gustavo Narea
Hello, I cannot find the way to get post-review to work with a private GitHub repository. Can you please give me a hand? This is driving me crazy, specially after spending days migrating to Git pretty much to use Review Board. :) I have successfully configured the repository on the Web interface