[OpenStack-docs] Bug report against OpenStack governance pages?
Jeremy Stanley
fungi at yuggoth.org
Wed Feb 15 17:52:38 UTC 2017
On 2017-02-15 12:29:55 +0000 (+0000), Csatari, Gergely (Nokia - HU/Budapest) wrote:
> The bug seems to be already corrected in the master. It's strange,
> that I see different versions.
>
> The live (bugy) version is (I hope this is what we consider version here):
> var DOCUMENTATION_OPTIONS = {
> URL_ROOT: '../../',
> VERSION: '2014.1.0.dev2095',
> COLLAPSE_INDEX: false,
> FILE_SUFFIX: '.html',
> HAS_SOURCE: true
>
> While the master is:
> var DOCUMENTATION_OPTIONS = {
> URL_ROOT: '../../',
> VERSION: '2014.1.0.dev2095',
> COLLAPSE_INDEX: false,
> FILE_SUFFIX: '.html',
> HAS_SOURCE: true
I can't see any difference between the two in what you've quoted.
Also can you explain _what_ bug/error you're seeing?
If the concern is over the reported version string, it looks like
that's being interpreted from the metadata.version parameter in
http://git.openstack.org/cgit/openstack/governance/tree/setup.cfg
when setup.py build_sphinx calls out to PBR's setuptools entrypoint.
We could drop that from the file entirely and let PBR calculate a
version based on tags in the repo instead, but since we're not using
PEP-440/SemVer style version strings in the tags there it ends up
looking something like 0.0.1.dev2103 instead. No idea whether that's
any better or worse, ultimately.
--
Jeremy Stanley
More information about the OpenStack-docs
mailing list