reviewboard@googlegroups.com

2017-06-16 Thread Shilpa R
Hi, Can we install higher review board version (>1.7) on a linux machine of Centos 6. I have successfully installed 1.7 version but unable to get install more than this version. If we can install, then where can I find RPMS for Centos 6? Regards Shilpa -- Supercharge your Review Board with

reviewboard@googlegroups.com

2017-06-16 Thread Shilpa R
Hi, Anyone knows how can we build reviewboard RPM's of version 2.5 or any version greater than 1.7? Is there any build document provided on internet? If yes, then please share me the link. Regards Shilpa -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack

Re: rbt diff is working but diff on reviewboard throws error

2017-06-16 Thread Kumari Shweta
Hi David, i have tried with a=blob_plain also but got same error. i am new for git as well. i am using gerrit gitweb. will it work or i have to setup new gitweb? path:http://192.168.122.26/p/common.git Mirror path:ssh://skumari@192.168.122.26:29418/common Raw File URL Mask:http://192.168.122.26/

Re:

2017-06-16 Thread Stephen Gallagher
If you want to install ReviewBoard 2+ on CentOS 6, you need to completely remove the RPMs and install from pip instead. Unfortunately RHEL 6 was frozen on some very old versions of python libraries that Review board cannot run against. Since I can't modify official RHEL/CentOS packages to update t

Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-16 Thread Shilpa R
Hi, Thanks for the input. Now I have installed RBTools 0.7 on Centos 6 machine. And when I am running rbt post command , following error is showing :- rbt post Traceback (most recent call last): File "/usr/bin/rbt", line 5, in from pkg_resources import load_entry_point File "/usr/lib/py

Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-16 Thread Stephen Gallagher
Sorry, that bug is my fault. I didn't realize python-tqdm wasn't available on RHEL/CentOS 6 yet. I need to package that up and get an update out. I've been kind of lazy about that. My apologies. I'll work on it now and hopefully it should be in the epel-testing repo by Monday. On Fri, Jun 16, 2017

Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-16 Thread Stephen Gallagher
OK, I've now gotten python-tqdm packaged up for EPEL 6 and it's attached to the update errata that includes RBTools 0.7.10 [1] It usually takes 24-48 hours for updates errata to get out to the mirrors, but you can also download the RPM packages directly from the build system (click on the "builds"

Re:

2017-06-16 Thread Stephen Gallagher
The official EPEL 7 packages that I maintain are viewable here: http://pkgs.fedoraproject.org/cgit/rpms/ReviewBoard.git/tree/?h=epel7 Note however that this does not work as a simple backport to EPEL 6 due to some RHEL/CentOS 6 packages being too old for Review Board to run on them. On Fri, Jun

Bulk update of repository information?

2017-06-16 Thread Alfred von Campe
When I created the repositories on our ReviewBoard server, I originally left the Bug Tracker information blank. I would now like to update all repos to include the URL to our Jira server, and was wondering if there was a quick way to do it either via the command line or with MySQL commands? I’

RBT Post not working: TypeError

2017-06-16 Thread shabina rayan
shabinarayan:~ shabina.rayan$ rbt post --debug >>> RBTools 0.7.10 >>> Python 3.6.1 |Anaconda 4.4.0 (x86_64)| (default, May 11 2017, 13:04:09) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] >>> Running on Darwin-16.6.0-x86_64-i386-64bit >>> Home = /Users/shabina.rayan >>> Current di

Re: RBT Post not working: TypeError

2017-06-16 Thread Christian Hammond
Hi Shabina, RBTools requires Python 2.7. You'll need to uninstall and then re-install using pip2.7. Christian On Fri, Jun 16, 2017 at 2:18 PM, shabina rayan wrote: > shabinarayan:~ shabina.rayan$ rbt post --debug > > >>> RBTools 0.7.10 > > >>> Python 3.6.1 |Anaconda 4.4.0 (x86_64)| (default, M