You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/03/30 06:26:53 UTC

[GitHub] [trafficcontrol] zrhoffman edited a comment on pull request #6689: GitHub Actions ATS RPM: Verify that the cached or built RPM matches the expected RPM name

zrhoffman edited a comment on pull request #6689:
URL: https://github.com/apache/trafficcontrol/pull/6689#issuecomment-1077762095


   The extra validation added by this PR helps, but what ended up being the issue is that the latest ATS 8.1.x tag, [`8.1.4`](https://github.com/apache/trafficserver/releases/tag/8.1.4), is not annotated, and the `git describe` command used to version the ATS RPM only checks annotated git tags by default, so it used the last annotated tag, `8.1.3`. 44a29b4d7b fixed this by added the `--tags` option, which includes unannotated tags, too.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org