5 Commits

Author SHA1 Message Date
Hervé Beraud
03dd75eb17 Force to use markdown to prevent pypi issue
Recently the pypi team have reintroduce some deactivated tests
on package deployment and especially tests concerning long_description
syntaxe.

If projects don't specify that they use the markdown format the
package deployment will fail if something went wrong in the markdown format.

By example if a project use inline literal this can be an issue due to
the fact that if `long_description_content_type` is missing [1]. The
default format will be `text/x-rst` where code block is different from
markdown.

These changes force to use the markdown format to avoid this kind of issue
on project who use `README` at markdown format.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007459.html

For more details:
https://github.com/pypa/warehouse/issues/5890#issuecomment-494868157

Change-Id: If1be877b265f36078a5e66a13b7ab55db699af0f
2019-07-01 20:45:00 +02:00
ZhongShengping
a0b814e966 Update mailinglist from dev to discuss
openstack-dev was decomissioned this night in https://review.openstack.org/621258
Update openstack-dev to openstack-discuss

Change-Id: Iae6a541f2d16328f98cd9f7009db34ada1cadc75
2018-12-05 09:46:02 +08:00
Tim Rozet
8b56b27369 Fixes license to explicitly be Apache 2.0
Change-Id: If89b63df4e06cf2bc4c3c10fafe10a902ffd117a
Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-10-09 11:06:29 -04:00
Luong Anh Tuan
42a974bbcc Changed author
Changed author to OpenStack

Change-Id: I5f8806d1a765a1b5ae823b9e537e0ba672d81545
2017-06-12 21:07:57 +07:00
Luke Hinds
fb0436eee3 Add basic structure for ReNo
ReNo [1] is the release management tool in OpenStack.

This patch adds the basic structure to start using it for doc
builds in puppet-tripleo.

* Update .gitignore
* Add a basic note "use-reno"
* Add releasenotes/ dir and basic files
* Add python files: setup.cfg, setup.py, test-requirements.txt and
  tox.ini.

  [1] http://docs.openstack.org/developer/reno

Change-Id: Idc9a30ab632c8e2ca794fb10431cdefd5d861d14
2016-12-03 13:16:33 +00:00