Tool for uploading changesets to Gerrit from git
Go to file
Clark Boylan ef1a35f4e1 Install PBR explicitly
We do this because easy_install on python3.5 is failing to find pbr. I
believe this is happening due to pypi's deprecation of non SNI tls
connections. They report that the version of 3.5 on xenial should be
able to do SNI but easy_install at least doesn't seem to do so.

Note we restrict this to python>=3 and <=3.5 as python 2.7 had
backported fixes. Also, this really only helps with unittesting via tox
as we instruct tox to explicitly install the requirements files before
creating/installing the package itself. This is the reason we stick this
in test-requirements.txt rather than requirements.txt.

Change-Id: Iac2c1f4f575de250ed0dba22d33b017322fd7562
2021-04-23 10:42:35 -07:00
doc Overhaul Python package metadata and OpenDev URLs 2021-02-26 20:45:24 +00:00
git_review Merge "Remove comments for unstaged/uncommitted tests" 2021-03-03 00:46:34 +00:00
releasenotes/notes Adjust categories for some release notes 2021-03-02 19:51:02 +00:00
.gitignore gitignore: Ignore reno artefacts 2020-01-16 15:14:16 +00:00
.gitreview Corrected git-review project organization 2019-06-19 14:57:13 +00:00
.mailmap Migrate to pbr. 2013-08-15 20:42:37 +00:00
.stestr.conf Switch from testrepository to stestr 2019-02-12 09:58:46 +00:00
.zuul.yaml Update jobs for opendev tenant 2021-02-26 17:53:53 +00:00
bindep.txt Overhaul Python package metadata and OpenDev URLs 2021-02-26 20:45:24 +00:00
CONTRIBUTING.rst Overhaul Python package metadata and OpenDev URLs 2021-02-26 20:45:24 +00:00
git-review.1 Add missing -h to manpage and remove -c from it 2021-03-17 10:26:33 +01:00
LICENSE Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
README.rst Overhaul Python package metadata and OpenDev URLs 2021-02-26 20:45:24 +00:00
requirements.txt Drop support for py27 2021-01-13 14:10:31 +00:00
setup.cfg Overhaul Python package metadata and OpenDev URLs 2021-02-26 20:45:24 +00:00
setup.py Drop support for py27 2021-01-13 14:10:31 +00:00
test-requirements.txt Install PBR explicitly 2021-04-23 10:42:35 -07:00
tox.ini Install PBR explicitly 2021-04-23 10:42:35 -07:00

git-review

A git command for submitting branches to Gerrit

git-review is a tool that helps submitting Git branches to Gerrit for review.