mirror of
https://opendev.org/openstack/openstack.git
synced 2026-01-16 23:02:00 +00:00
Update git submodules
* Update python-storyboardclient from branch 'master'
- Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.
This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.
This update should result in no functional change.
For more information see the thread at
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html
Change-Id: Ibde64f2c93bebb429c7d687ef27e107aaae671a5
- Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.
Change-Id: Ib53dc82c99e1dec75bf9b3f664e11f77d1496e8b
- Update the URL in HACKING.rst
Change-Id: I71ef8c9bfd78596e147dcbef9f9e020333673911
- Merge "Switch to using stestr"
- Merge "Remove pbr version capping"
- uncap pbr
Having pbr capped causes conflicts when we install
python-storyboardclient with projects that do not have it capped.
Change-Id: I31d00f939297c320b76a75ac116b5ef62010a420
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
- Remove pbr version capping
Avoids dependency mayhem generated by the
wrong capping to an ancient pbr version.
Most OpenStack packages are requiring a pbr that is much
newer. So far I failed to find any breaking changes in pbr
for years.
Change-Id: I4bb01379b1d6fa5dedd6468c71f3424c9d459a17
- Switch to using stestr
According to Openstack summit session [1] stestr is
maintained project to which all Openstack projects
should migrate.
Let's switch it then.
[1] https://etherpad.openstack.org/p/YVR-python-pti
Change-Id: I745facad3669aa8d737e63c39b3b60cbf34dcafe
Signed-off-by: Charles Short <zulcss@gmail.com>
- remove sphinx-isms from README.rst and clean up docs
The :doc: role is only known to Sphinx, so when we publish the
README.rst to PyPI and include that role it causes the content to not
render as proper HTML.
This patch removes some of the content from the readme and moves it to
the main index page for the documentation. It then removes the
readme.rst file from the doc build because we don't need to include
the same content multiple times.
Change-Id: Ic46c7a9d8e91f01b5e6cef5d377a56856b586c70
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
- build universal wheels
We support Python 2 and 3 and don't have any C source that needs to be
compiled when building the wheel, so go ahead and build universal
wheels.
Change-Id: Ic2b4ae5e29e3fd870642bf7e4e4b7287267857c4
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
- Merge "use six to make iteritems python 2/3 compatible"
- Merge "ignore .stestr output directory"
- Merge "change default python 3 env in tox to 3.5"
- use six to make iteritems python 2/3 compatible
Change-Id: I97daf416f829078d17d12139f509f9dbed8977cf
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
- ignore .stestr output directory
Change-Id: I0f00ec67269439454a7fa5b82fe78c78f43a829e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
- change default python 3 env in tox to 3.5
Change-Id: Ib2e7dfec238a78697ec580d5d2545be873155f84
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
- fix formatting of contributing file
Indenting the links the way they were makes them show up as block
quotes when they are rendered as part of the documentation build. The
new theme emphasizes block quotes in a way that we don't want for
these URLs, so align them flush with the left column.
Change-Id: I131f37d338385e12fd740ce165dd3f0fe159ef83
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
- update documentation build for new PTI
Move documentation dependencies to doc/requirements.txt.
Update tox.ini to run the documentation build the same way the zuul
job does.
Switch from oslosphinx, which is deprecated, to openstackdocstheme.
Change-Id: I6ec358fecefcc6f88f498cf12cd45b77989f5c26
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
0a44e59f5a
commit
100bd5cd7c
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 940dd5c41ee8729d5697f232ba7365d67df0ac70
|
||||
Subproject commit 0ae49a00173d86935e479fe35706f79e909a2d47
|
||||
Loading…
Add table
Reference in a new issue