What steps will reproduce the problem?
1. Setup configuration of a CVS repository in review board.
2. Try submitting review for a change in CVS workspace using post-review.
What is the expected output? What do you see instead?
Review should get submitted to the review board server. But instead I see
following error.
Error creating review request: The repository path specified is not in the
list of known repositories (code 206)
What operating system are you using? What browser?
Ubuntu, browser is not relevant.
Please provide any additional information below.
The problem seems to be due to following code at line 655 in post-review.
canon = socket.getfqdn()
The code will return the fqdn of local host. This is wrong. It should use
fqdn of the CVS server.