adoptium / adoptium/github-release-scripts
Can we fix the timestamps on the tags in `temurinXX-binaries?
- Ngôn ngữ chính
- Shell
- Star
- 5
- Fork
- 21
- Merge trung bình
- 6 ngày 7 giờ
- Pull request đã merge (30 ngày)
- 3
Mô tả
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 https://github.com/endoflife-date/endoflife.date/pull/2729#issuecomment-1486850432:
> 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](https://github.com/adoptium/temurin17-binaries/tags) being out of sync with those on the [releases](https://github.com/adoptium/temurin17-binaries/releases).
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu bằng cách xác định các entry point của shell tạo tag và GitHub release, sau đó so sánh hành vi của lightweight tag và annotated tag đối với các repository temurinXX-binaries. Kiểm thử timestamp của tag và release thu được với các trang tag và release được liên kết; được xem là hoàn tất khi ngày của tag khớp với ngày của release thay vì ngày commit đã lỗi thời của README.md.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- git, github, shell
- Lĩnh vực
- release
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100