Re: Authentication methods disappeared

2017-10-30 Thread Ken Rachynski
Hi Christian, I thought it was already installed, but pip install -U python-ldap returned this: Collecting python-ldap Using cached python-ldap-2.4.45.tar.gz Requirement already up-to-date: setuptools in /usr/lib/python2.7/site-packages (from python-ldap) Installing collected packages:

Re: reviewboard hangs while parsing diff file

2017-10-30 Thread Christian Hammond
Hi, Most likely, a change is being posted for a branch against one upstream tracking branch (say, origin/branchA), but RBTools hasn't been told this and couldn't find the correct tracking branch so is using the default (origin/master). Is either --tracking-branch being passed on the command line