multiple tags of the same commit have non-deterministic results
Bug #1453996 reported by
Ravi K Repaka
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PBR |
Triaged
|
High
|
Unassigned |
Bug Description
Steps to reproduce:
git clone <email address hidden>
git checkout 1.4.0
python setup.py --version
Installed /home/rrepaka/
[pbr] Generating ChangeLog
1.4.0.0a5
The command "python setup.py --version" returns "1.4.0.0a5" it should actually return "1.4.0".
This was working fine with pbr 0.10
To post a comment you must log in.
Works for me.
oslo.config$ git checkout 1.4.0 lifeless- z140:~/ work/oslo. config$ python setup.py egg_info egg-info/ pbr.json egg-info/ requires. txt egg-info/ PKG-INFO egg-info/ namespace_ packages. txt egg-info/ top_level. txt egg-info/ dependency_ links.txt egg-info/ entry_points. txt egg-info/ SOURCES. txt' lifeless- z140:~/ work/oslo. config$ grep Version oslo.config. egg-info/ PKG-INFO
HEAD is now at 059579a... Merge "Looks for variable subtitution in the same group"
robertc@
running egg_info
writing pbr to oslo.config.
writing requirements to oslo.config.
writing oslo.config.
writing namespace_packages to oslo.config.
writing top-level names to oslo.config.
writing dependency_links to oslo.config.
writing entry points to oslo.config.
[pbr] Processing SOURCES.txt
[pbr] In git context, generating filelist from git
warning: no files found matching 'AUTHORS'
warning: no files found matching 'ChangeLog'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
reading manifest template 'MANIFEST.in'
warning: no files found matching 'AUTHORS'
warning: no files found matching 'ChangeLog'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
writing manifest file 'oslo.config.
robertc@
Metadata-Version: 1.1
Version: 1.4.0
* License: Apache License, Version 2.0