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

Can we fix the timestamps on the tags in `temurinXX-binaries? #125

Open
sxa opened this issue Mar 28, 2023 · 0 comments
Open

Can we fix the timestamps on the tags in `temurinXX-binaries? #125

sxa opened this issue Mar 28, 2023 · 0 comments

Comments

@sxa
Copy link
Member

sxa commented Mar 28, 2023

The temurinXX-binaries releases have tags created for each release, but the date associated with that tag is the last time a file in the binaries repositories (Not an item in the release) was updated. At present that means it's from August 2022 when the README.md was last updated. This is undesirable and confusing.

From endoflife-date/endoflife.date#2729 (comment):

It should be possible to fix this by using annotated tags, instead of lightweight git tags. Annotated tags (created using git -a) carry their own creation date, while lightweight tags are just a link to a specific commit, which carries the date.

We should look at whether we can test that and make it work to avoid the dates on the tags being out of sync with those on the releases.

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

1 participant