[infra] Missing releases from opendev.org/opendev/git-review/tags

Pete Zaitcev zaitcev at redhat.com
Tue Jan 4 20:37:55 UTC 2022


Greetings:

I noticed that the list of tags for git-review in the website
does not include the 2.2.x tags, which exist in git:

[zaitcev at niphredil git-review-0]$ grep url .git/config 
        url = https://opendev.org/opendev/git-review.git
[zaitcev at niphredil git-review-0]$ git tag -l --format='%(objectname)  %(objecttype)  %(refname)'| grep 2\\.2
bb81051c2481d4ac983ec0b28bd62b590d361141  tag  refs/tags/2.2.0
[zaitcev at niphredil git-review-0]$ git show bb81051c2481d4ac983ec0b28bd62b590d361141 | head -5
tag 2.2.0
Tagger: Jeremy Stanley <fungi at yuggoth.org>
Date:   Wed Nov 24 02:20:05 2021 +0000

Release 2.2.0
[zaitcev at niphredil git-review-0]$ 

The 2.2.0 is missing from
https://opendev.org/opendev/git-review/tags

Coincidentally, it is also missing from
https://tarballs.opendev.org/openstack/git-review/

Is this something that the infrastructure team did on purpose?
Or is this just a bug to be reported?

-- Pete




More information about the openstack-discuss mailing list