Re: Overwhelmed with Error Message emails

2022-02-03 Thread Christian Hammond
Hmmm, the root cause is that ValueError, which you should not be getting. A request to an invalid URL should never generate a 500. Something somewhere is going wrong, and the emails are a symptom of it. What was the installation method for Review Board? (e.g., pip?) Is there anything non-default

Re: Submit multiple patches as separate reviews

2022-02-03 Thread Christian Hammond
Hi Nick, What version of Review Board are you using? With 4.0, you can have one review request cover all the patches, letting reviewers choose to review each commit individually or squashed together. There’s no explicit RBTools support for creating multiple review requests and to wire up dependen

Re: Bzr (bazaar) support in Python 3.8? may be Brz (breezy)?

2022-02-03 Thread Christian Hammond
Hi Vlad, Breezy should work, so long as you symlink bzr to brz. We added explicit support to RBTools, but honestly wasn’t sure anyone was using the support with Review Board anymore. We did some light testing a while back with Review Board, and have had (low-priority) plans to auto-detect and use

Bzr (bazaar) support in Python 3.8? may be Brz (breezy)?

2022-02-03 Thread Vlad S.
Hi, 'pip install bzr' fails on recent RHEL8 like distro and in Python 3.8 environment in older distro. Bazaar is dead. Will you continue supporting Bzr? (May be switching to now 'breezy' or brz tool) https://www.reviewboard.org/docs/manual/4.0/admin/configuration/repositories/bazaar/ -- Supe