Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bogus tag for bc9c0b8 #603

Closed
olafhering opened this issue Apr 5, 2024 · 2 comments
Closed

bogus tag for bc9c0b8 #603

olafhering opened this issue Apr 5, 2024 · 2 comments

Comments

@olafhering
Copy link
Contributor

Please remove the bogus tag v.1.2.3 with the extra dot from the repository.
This bogus tag breaks external tooling because the commit has two tags. The tooling can not decide which one to chose, and promptly selects the bogus tag:

git log '--pretty=format:%H %G? %h %D' "--topo-order"
...
bc9c0b8362287698c0348ffd1df1fcaa9f0ccce3 N bc9c0b8 tag: v1.2.3, tag: v.1.2.3
...

https://github.com/openSUSE/obs-service-tar_scm/blob/9df35c1/TarSCM/scm/git.py#L594

Thank you.

@olafhering
Copy link
Contributor Author

Well, the actual command to show the bogosity is git describe --tags --abbrev=0.

@meerd
Copy link
Contributor

meerd commented Apr 5, 2024

Thanks for the heads-up @olafhering. The bogus tag has been removed.

@meerd meerd closed this as completed Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants