Bug 1970579

Summary: Packages in Trunk are versioned as if they are older than stable/wallaby packages
Product: [Community] RDO Reporter: Harald Jensås <hjensas>
Component: openstack-tripleoAssignee: James Slagle <jslagle>
Status: CLOSED NOTABUG QA Contact: Shai Revivo <srevivo>
Severity: high Docs Contact:
Priority: unspecified    
Version: trunk   
Target Milestone: ---   
Target Release: trunk   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-06-10 19:58:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Harald Jensås 2021-06-10 18:01:47 UTC
Description of problem:

openstack-tripleo-heat-templates:
  14.1.2-0.20210608214149.902594d.el8 <- Wallaby
  14.1.1-0.20210610140727.8b0dd8a.el8 <- Master

git show 902594d
commit 902594d7765573ba8f63da1fb027e79c01d905d8 (origin/stable/wallaby, gerrit/stable/wallaby)

git show 8b0dd8a
commit 8b0dd8ad780412d12773bcf8b250c4dee566c763 (gerrit/master)

python3-tripleoclient:
  16.2.2-0.20210609035220.48e5e28.el8 <- Wallaby
  16.1.0-0.20210610113512.35b1586.el8 <- Master

git show 48e5e28
commit 48e5e285e8c5876ccf8a08a049bb505c1e4c918b (origin/stable/wallaby, gerrit/stable/wallaby)

[hjensas@hjensas python-tripleoclient]$ git show 35b1586
commit 35b1586edc6c504206e08479d7af9b44a17040b9 (origin/master, origin/HEAD, gerrit/master)

Comment 1 Harald Jensås 2021-06-10 19:58:09 UTC
master: python ./setup.py --version  --->  16.1.0.dev118
wallaby: python ./setup.py --version --->  16.2.2.dev6

Upstream git repos need fixing.