master branch not tagged since a while
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vmware-nsx |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
At RDO, we noticed that master branch has not been tagged since April 2020.
[jcapitao@redhat vmware-nsxlib]$ git describe --tags --abbrev=0 "origin/master"
15.0.7
[jcapitao@redhat vmware-nsxlib]$ git for-each-ref --sort=taggerdate --format '%(refname) %(taggerdate)' refs/tags | grep -e "15.0.7"
refs/tags/15.0.7 Fri Apr 17 23:38:34 2020 +0200
But, new patches has been pushed since then, and new and more recent tags as well.
[jcapitao@redhat vmware-nsxlib]$ git describe --tags --abbrev=0 "origin/
17.2.1
[jcapitao@redhat vmware-nsxlib]$ git describe --tags --abbrev=0 "origin/
17.1.2
[jcapitao@redhat vmware-nsxlib]$ git describe --tags --abbrev=0 "origin/
17.2.0
[jcapitao@redhat vmware-nsxlib]$ git describe --tags --abbrev=0 "origin/
16.1.2
As a result, we are building the version 15.0.8 from master, but vmware-nsx requires vmware-nsxlib >= 17.0.0 [1].
[jcapitao@redhat vmware-nsxlib]$ python3 setup.py --version
15.0.8.dev134
[jcapitao@redhat vmware-nsxlib]$ python3 -c "import pbr.version; print(pbr.
15.0.8
It would be great if you could tag master in order to ease build process
[1] https:/