Tool for uploading changesets to Gerrit from git
Go to file
Marc Herbert 205859c788 tox.ini: add passenv = http_proxy https_proxy # _JAVA_OPTIONS
Add: 'passenv = http_proxy https_proxy' whitelist to tox.ini because there's
basically never any good reason to throw away proxy configuration.

The addition of http_proxy allows downloading
http://tarballs.openstack.org/ci/gerrit/gerrit-<version>.war
behind a proxy.

https_proxy is not needed right now but added for consistency and
"future-proofing"

_JAVA_OPTIONS is added but only as a clue and commented out by default
because it could hold non-proxy configuration which would defeat tox'
environment cleaning and introduce test variability.

This is just the tox.ini source code part of the larger
I764ed51314c8e2d0572d1f01c9792bee0a40c7e6
includes documentation of workarounds and troubleshooting tips.

Change-Id: I764ed51314c8e2d0572d1f01c9792bee0a40c7e7
2018-12-11 13:29:35 -08:00
doc Start using reno for releasenotes 2018-08-28 15:13:05 -07:00
git_review Merge "tests/__init__.py: ssh-keygen -m PEM for bouncycastle" 2018-12-10 00:17:47 +00:00
releasenotes/notes Improve exit code implementation 2018-11-06 12:26:11 +00:00
.gitignore Ignore .eggs cruft 2015-06-17 00:56:40 +00: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 CONTRIBUTING.rst, HACKING.rst: fix broken link, minor flow updates 2018-12-07 11:23:07 -08:00
HACKING.rst CONTRIBUTING.rst, HACKING.rst: fix broken link, minor flow updates 2018-12-07 11:23:07 -08: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 Fixed a dead link to the git-review docs 2015-06-03 17:09:13 +00:00
bindep.txt Add bindep.txt 2018-01-10 11:11:04 +11:00
git-review.1 Document usepushurl in the man page 2018-03-22 07:04:14 -05:00
requirements.txt Use six for cross python compatibility 2018-11-26 19:17:28 +00:00
setup.cfg Correct metadata URLs 2016-02-02 15:52:39 -08:00
setup.py Update requirements to OpenStack's recommendations 2014-07-03 14:54:14 +00:00
test-requirements.txt Use doc/requirements and openstackdocstheme 2018-08-28 15:13:00 -07:00
tox.ini tox.ini: add passenv = http_proxy https_proxy # _JAVA_OPTIONS 2018-12-11 13:29:35 -08:00

README.rst

git-review

A git command for submitting branches to Gerrit

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