3 Commits

Author SHA1 Message Date
Emilien Macchi
8c187f8595 Get verison info for jenkins-job-builder
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
2014-10-22 09:46:10 -07:00
David Pursehouse
ff704931b1 Doc: Use VersionInfo from pbr and remove openstack common modules
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
2014-04-30 09:59:39 +09:00
Paul Belanger
95cafc8bb0 Add openstack-common support for setup and version
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
2012-11-10 23:36:16 +00:00