This can cause issues with release automation when the repo is tagged
since the host will not match what is expected for the ssh key.
Change-Id: Ia6df4fa3aacb4f29f02cc24f7a3a0fdcbd92a0a1
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
The openstack-dev mailing list has been retired and its
conversations now take place on openstack-discuss instead.
http://lists.openstack.org/pipermail/openstack-dev/2018-November/136501.html
Update this cookiecutter so that new projects don't copy over the
obsolete ML name.
Change-Id: If51603dd42656002408bd90cfb319b5d99c2d0e5
project_name was misspelled projcet_name, which
caused failures when following the instructions
to create a new repo.
Change-Id: Ie12429386b9a41caf3c145d7229ea37acd57f64b
This is not a code repository but a spec repository. Remove entries that
are not part of a normal spec repo.
Change-Id: I0662cf6edcfbcf984a92071a36ec5899eef40d83
The existing template does have some syntax error and
can be transformed to html.
See https://review.openstack.org/#/c/163399/
Change-Id: Icc8ea8d10d3f15637d47fefb69c1a9234564dcf4
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.
Change-Id: I126eb57446ca3655e8f7da18a19c16240c4efae4
Publish an RSS feed of the changes to the specs repository to make the
specs more discoverable.
Do not include the template in the toctree so it will not be included in
the RSS feed.
Use the doc build date to produce the copyright string instead of using
a hard-coded value.
Change-Id: Ib4f84efab8b3af3ddd47d38d63a91362612bd655
This was added to work around bug 1091333. A new sphinx has been
released and so this is no longer necessary.
Change-Id: I9107884d964757a9154bdd1feb4ea6df4e9df43e
Add a tox target using sphinxcontrib-spelling to let
authors run a spell checker against documents before
submitting them.
Change-Id: If519fb63bc4b0923a48df9e0435125fd66ab5c0c
This commit adds an envlist to the tox.ini to enable running tox
without any arguments. This is based on nova-specs change:
I3137ce5ae5631bf5bcf0455a17828369dea6b9fd
This commit drops site-packages from the tox.ini because it isn't
needed. It also renames the build_specs tox job to docs to be
consistent with the other projects.
Based on nova-specs changes:
Ic5cb48951b1031a682adf2c37ee8fdc8615c505d
and
I20ff3c1df99fb50fbe16361024a44b04c03f0a67
This commit adds a new cookiecutter variable to specify the targeted
lp project that specs in the added repo are targetted against. For
example if the repo_name was nova-specs project_name would be nova
or for qa-specs it would be tempest.