Issue Details (XML | Word | Printable)

Key: MBH-134
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: Anton Stroganov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Hosting

post-review from shell does not work with codereview.musicbrainz.org

Created: 26/May/11 12:33 AM   Updated: 29/Dec/11 01:30 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide

If I run post-review, it says

Unable to find a Review Board server for this source code tree.

If i run post-review --server http://codereview.musicbrainz.org and supply my username/password, i get

The repository path "git://git.musicbrainz.org/musicbrainz-server.git" is not in the list of known repositories on the server.



Sort Order: Ascending order - Click to sort in descending order
Pavan Chander added a comment - 26/May/11 01:50 AM

Reference: http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/

Perhaps something needs to be tweaked on reviewboard's side?


Anton Stroganov added a comment - 29/May/11 03:24 AM - edited

Adding a .reviewboardrc file in the musicbrainz-server checkout root with the following contents:

REVIEWBOARD_URL = "http://codereview.musicbrainz.org"
REPOSITORY = '/var/cache/reviewboard/git.musicbrainz.org.git'

seems to fix the issue if i invoke the post-review tool with my username and password as arguments.

see branch mbs-2312-postreview-config on my github fork: https://github.com/Aeon/musicbrainz-server/tree/mbs-2312-postreview-config


Aurélien Mino added a comment - 29/May/11 11:45 AM

For reference, it was not working, even with your .reviewboardrc and invoking post-review with my username and password as arguments.
I was using rbtools packaged with debian, currently version 0.2.
Since I've upgraded to rbtools 0.3.2 it works fine.