Re: Uploading review requests through RBT

2017-03-29 Thread Jared Stewart
Whelp, I left the command running and 10 minutes later it finally completed and posted successfully. > On Mar 29, 2017, at 4:10 PM, Kevin Duling wrote: > > Do you have your settings set in your .git/config ? > > > [reviewboard] > > url = https://reviews.apache.org/ > > On Wed, Mar 29, 201

Re: Uploading review requests through RBT

2017-03-29 Thread Kevin Duling
Do you have your settings set in your .git/config ? [reviewboard] url = https://reviews.apache.org/ On Wed, Mar 29, 2017 at 4:06 PM, Jared Stewart wrote: > I’m trying to post a review request on Review Board (previously I have > just used GitHub PRs), but this command hangs: > > rbt post --r

Uploading review requests through RBT

2017-03-29 Thread Jared Stewart
I’m trying to post a review request on Review Board (previously I have just used GitHub PRs), but this command hangs: rbt post --repository geode --tracking-branch=geode/develop --target-groups=geode Am I doing something wrong? Thanks, Jared