Commit Graph

8 Commits

Author SHA1 Message Date
James E. Blair adbd20262d Correct metadata URLs
Change-Id: I0e81381ef1c6ba2ccf76ce4d0d0e61d34708bfea
2016-02-02 15:52:04 -08:00
James E. Blair c6a59489fa Initial commit of git-restack
Change-Id: I5508816fcd5c6362ee17a494ae8b997de29505d3
2015-12-18 16:29:55 -08:00
John Vandenberg 28d79fb96d Update project links
The documentation link was a 404.
A read-only git web interface is not a suitable project home page.

Change-Id: Ib3a459ffb61990b2e412a9eff0247a33afb42441
Related-Bug: 2000006
2015-06-05 21:54:39 +00:00
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
Doug Hellmann b6aab6d9d6 Split README.rst into separate doc files
Split up the README into separate documentation files so we can publish
the documentation for git-review.

Change-Id: Idcdf43e73c5ca5b8cb239606236e3b2a660c46b7
2015-02-03 17:38:50 +01:00
Jeremy Stanley 8a7a25e50f Build universal wheels
Since git-review is tested and works with both Python 2.x and 3.x
interpreters, we want to build py2.py3-none-any wheels rather than
just py2-none-any. Without this change the wheels created are only
retrieved by pip running under a Python 2.x interpreter, while
Python 3.x environments retrieve the tarball instead.

Change-Id: I4d0cd28095b9c0273c11f2a1a4b152ba3b2dca33
2014-07-03 20:07:09 +00:00
Jeremy Stanley 28104e4ecd Update homepage on PyPI
The homepage entry displayed on PyPI is sort of useless if it points
to itself. Instead use OpenStack's cgit site for it.

Change-Id: I8a82418234058716b55cd5e23d114ba30d3ac212
2014-07-03 14:55:10 +00:00
Dina Belova d73c473b19 Migrate to pbr.
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
2013-08-15 20:42:37 +00:00