Tool for uploading changesets to Gerrit from git
Go to file
Antoine Musso 2ff009d09f pbr should install the manpage
The manpage is no more installed when invoking 'python setup.py install'
since the pbr migration (d73c473 https://review.openstack.org/35486/ ).

Digging in pbr code, I eventually found out the setup.cfg file needs to
list the manpages to be installed (pbr.manpages).  The feature has been
introduced in pbr 0.5.7.

Closes-Bug: 1387174
Change-Id: I9105cff65e830ec2b7800311ed400707feb96a77
2015-03-14 13:40:09 +01:00
doc Split README.rst into separate doc files 2015-02-03 17:38:50 +01:00
git_review Merge "get_remote_url(): honor any "url.<base>.insteadOf" config setting" 2015-02-07 01:01:41 +00:00
.gitignore Split README.rst into separate doc files 2015-02-03 17:38:50 +01:00
.gitreview Updated .gitreview location 2012-12-16 10:40:51 -08:00
.mailmap Migrate to pbr. 2013-08-15 20:42:37 +00:00
.testr.conf Implement integration tests. 2013-08-15 21:08:08 +00:00
CONTRIBUTING.rst Split README.rst into separate doc files 2015-02-03 17:38:50 +01:00
git-review.1 Handle correctly http error raise in run_http_exc 2014-12-22 15:01:04 +01:00
HACKING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:42 +00:00
LICENSE Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
MANIFEST.in Migrate to pbr. 2013-08-15 20:42:37 +00:00
README.rst Split README.rst into separate doc files 2015-02-03 17:38:50 +01:00
requirements.txt Update requirements to OpenStack's recommendations 2014-07-03 14:54:14 +00:00
setup.cfg pbr should install the manpage 2015-03-14 13:40:09 +01:00
setup.py Update requirements to OpenStack's recommendations 2014-07-03 14:54:14 +00:00
test-requirements.txt Split README.rst into separate doc files 2015-02-03 17:38:50 +01:00
tox.ini Split README.rst into separate doc files 2015-02-03 17:38:50 +01: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.