← Back to team overview

cloud-init-dev team mailing list archive

Re: [Merge] ~harlowja/cloud-init:scm-version into cloud-init:master

 

This would be runtime dependency, right?
i'd really rather not take that.

I'm not opposed to this and woudl like version information to follow *some* standard.

what i have now is just what comes out of git describe modified a bit.

see tools/make-tarball

# revname could be 0.7.5 or 0.7.5-NNN-gHASH
# turn that into 0.7.5 or 0.7.5+NNN.gHASH

that currently shows:
  0.7.6+1026-gef54bea

python -c 'from setuptools_scm import get_version; print(get_version())'
shows
  0.7.7.dev1023+ng72d6adc

is .dev1023+ngHASH 
better in some way ?
-- 
https://code.launchpad.net/~harlowja/cloud-init/+git/cloud-init/+merge/301727
Your team cloud init development team is requested to review the proposed merge of ~harlowja/cloud-init:scm-version into cloud-init:master.


References