2016-05-31 17:41 GMT+02:00 Alan Pevec <apevec(a)redhat.com>:
> [zaitcev@lembas openstack-swift.master]$ git review rpm-master
> Could not connect to gerrit.
> Enter your gerrit username: zaitcev
> Trying again with ssh://zaitcev@review.rdoproject.org:29418/openstack/swift-distgit
> <traceback object at 0x7f3fbb9e5ea8>
If you used rdopkg clone you can now rdopkg review-spec but we also
need to fix defaultremote in .gitreview, I've raised that in
https://github.com/openstack-packages/rdopkg/issues/63
As a workaround, I use that snippet to fix remotes.
for i in origin patches; do URL=`git remote get-url review-$i` && git
remote set-url $i $URL; done
H.
Cheers,
Alan