← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:version-info into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:version-info into cloud-init:master has been updated.

Commit Message changed to:

adjust tools and version information.

upstream snapshots are versioned in the format 'X.Y.Z+<distance>.g<commit>'
where X.Y.Z are major, minor, and micro.  Distance is number of commits
since last annotated tag, and commit is the git commit.

bddeb and brpm will now create and use the "upstream version" like above.

Things changed here:
 - tools/make-tarball
   update cloudinit/version.py to contain the full version
   support --output
   support '--long' to always create the long format version string.

 - bddeb:
   - use quilt debian source format
   - use read-version and long version in changelog.

 - brpm:
   - change to use read-version and upstream long version in the spec.
   - flake8 changes

 - tools/read-version
   - read version from git or from cloudinit/version.
   - provide --json output with more nicely formed data.

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/302176
-- 
Your team cloud init development team is requested to review the proposed merge of ~smoser/cloud-init:version-info into cloud-init:master.


References