summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Switch from tox to noxClark Boylan2023-03-131-0/+1
| | | | | | | | Recent tox releases have put us on a config treadmill. Avoid these issues entirely by using nox. Nox is a tox alternative that uses standard tools like pip and should be simpler to use for us. Change-Id: Ie79845bbed7ca1254aec466bd5219186fefcdac9
* gitignore: Ignore reno artefactsStephen Finucane2020-01-161-0/+2
| | | | | Change-Id: I762e7e77b74fc72653cb35663f0458a8365c83b6 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Switch from testrepository to stestrSorin Sbarnea2019-02-121-0/+1
| | | | | | | | | Adopts use of newer stestr for running the test suite. Passing TERM is needed or stestr will ignore the --color option when run under tox. Change-Id: Id2d4ce36cdfedd5a847e0428854753d2cf4140ee
* Ignore .eggs cruftJeremy Stanley2015-06-171-0/+1
| | | | | | | | Looks like possibly new setuptools has started leaving a .eggs directory in the workspace. Add it to .gitignore with extreme prejudice. Change-Id: If53d9a2f03c8064265a6915a116983fb34de5f9a
* Split README.rst into separate doc filesDoug Hellmann2015-02-031-0/+1
| | | | | | | Split up the README into separate documentation files so we can publish the documentation for git-review. Change-Id: Idcdf43e73c5ca5b8cb239606236e3b2a660c46b7
* Implement integration tests.Dina Belova2013-08-151-0/+2
| | | | | | | | | | | | Provide intergation testing for the git-review utility. Requires Gerrit war file (like 2.6.1-gerrit.war) in the .gerrit directory in the git-review project (like git-review/.gerrit/2.6.1-gerrit.war). Tests start local Gerrit and create test user and project there to be used. Closes-Bug: 1048724 Change-Id: I3242479dcbcf230085178004540992680f3f8e30
* Migrate to pbr.Dina Belova2013-08-151-1/+6
| | | | | | | | | For ease of future source code maintenance by OpenStack developers, git-review is now adopting the same Python Build Reasonableness as used by current OpenStack projects. Closes-Bug: 1179007 Change-Id: I20427b51e84b90dcc1d870a547cdcc5240b4ff0e
* Freeze requirements for sdist packages.Monty Taylor2012-01-271-0/+1
| | | | | | | Use installed virtualenv to determine the list of actual dependent versions tested. Change-Id: Iff9781e97f32a318e357ae1d3305a74e2b3ba479
* Added tox support for testing pep8.1.10Monty Taylor2012-01-261-0/+1
| | | | | | | | | We'll process requirements.txt to install depends as needed. Also include a hacking doc explaining what we expect. Also, including argparse automatically breaks our automagic version numbering, so import it in main() (slightly evil, but not terrible) Change-Id: Ib3f65459fe2cd54ce531b7ae22935e24bd8f8920
* Fix manpage installation for setup.py install.Monty Taylor2011-10-051-0/+1
| | | | Change-Id: If9906cea283ada30d4901969c2b949086a9074b2
* Ported rfc.sh to a standalone program.Monty Taylor2011-09-251-0/+3