ReviewBoard 1.7.11 Detecting Extensions

2013-07-03 Thread Django Son
I have failed to have ReviewBoard detect extensions. I grabbed a few extensions from https://github.com/reviewboard/rb-extension-pack and placed them in reviewboard/htdocs/media/ext. Then, I went into each extension and ran python setup.py build python setup.py install After running these

Re: ReviewBoard 1.7.11 Detecting Extensions

2013-07-03 Thread Christian Hammond
Hi, You shouldn't place those in ext/. That's something that's fully under Review Board's extension manager's control. What you should do is check them out to some directory not under the reviewboard install's tree, and then, for each extension you want to install, run: $ sudo