aws / aws-nitro-enclaves-cli

Tooling for Nitro Enclave Management
Apache License 2.0
122 stars 81 forks source link

bogus tag for bc9c0b8 #603

Closed olafhering closed 6 months ago

olafhering commented 6 months ago

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 commented 6 months ago

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

meerd commented 6 months ago

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