Old setuptools/distribute VersionInfo() needs the dist name not the
package name to get the correct version info. Switch to using
'jenkins-job-builder' which is the dist name instead of using
'jenkins_jobs' which is the package name so that we get the right data
when processing versions on old setuptools.
Closes-Bug: #1384238
Change-Id: I94a6bc6a5580ea8861eb603e5dfab2825475b45f
The setup was migrated to pbr in d2ff8c0, but the documentation
build is still using VersionInfo from a bundled version of the
openstack common modules.
Migrate the documentation build to use VersionInfo from pbr, and
remove the no-longer-used common modules.
Change-Id: I7dcd5b0328613c7c72efa2df8c26d9c9b1d47c0f
With help from clarkb in #openstack-infra and openstack-ci/gerritbot,
I've manage to update our versioning to be inline with other openstack
projects. This is another step towards creating our OS packaging.
Change-Id: If3f44b939ee0a3c9c4dfa1d9f83ae14a8285ba5f
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
Reviewed-on: https://review.openstack.org/15335
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins