Re: Cannot install extension after upgrading from 2.5.6.1 to 2.5.12 - lessc not found!

2017-06-13 Thread Christian Hammond
The patch here should take care of this problem: https://reviews.reviewboard.org/r/9014/ Christian On Tue, Jun 13, 2017 at 4:04 PM, Christian Hammond wrote: > We don't want to remove them, because it's important to use the ones > specified by Review Board and not the

Get to reviewboard in browser

2017-06-13 Thread AJ Einsmann
Hi all, This may be a dumb question but at this point I am willing to ask the dumb questions. I installed reviewboard on RHEl 7. Followed all the install and setup steps as outlined on the site. I created the reviewboard site as shown in the instructions. However, when I enter

Review Bot not working on 2.5.12

2017-06-13 Thread Florian Mocanu
Do I have any way of making the ReviewBot working on 2.5.12. The error that I have in logs is the following: 2017-06-13 13:35:43,745 - ERROR - - djblets.extensions.manager - Error loading extension reviewbotext: cannot import name review_request_resource Traceback (most recent call last):

Failed upgrade from 2.5.12 to 3 on CentOs 6.5

2017-06-13 Thread Florian Mocanu
Hello, I tried to upgrade to beta version just to check it out because on 2.5.12 I cannot make the review bot working. The upgrade was done like this pip2.7 install \ --trusted-host downloads.reviewboard.org \ -f http://downloads.reviewboard.org/releases/Djblets/0.10/ \ -f

Re: Cannot install extension after upgrading from 2.5.6.1 to 2.5.12 - lessc not found!

2017-06-13 Thread Alexander Galperin
Actually,adding pipeline_settings.PIPELINE_LESS_BINARY and pipeline_settings.PIPELINE_UGLIFYJS_BINARY to packaging.py is not nesessary. Without these settings the default pipeline setting will be used,('/usr/bin/env lessc','/usr/bin/env uglifyjs') and it has less and uglify execs. so the only

Re: Cannot install extension after upgrading from 2.5.6.1 to 2.5.12 - lessc not found!

2017-06-13 Thread Alexander Galperin
Thank you Christian, Definitely these 2 statements are needed. But it still did not worked I found that these values overwritten in a loop in the packaging.py/_build_static_media(extention),because ReviewBoard settings, has attributes PIPELINE_LESS_BINARY and PIPELINE_UGLIFYJS_BINARY: