[
https://issues.apache.org/jira/browse/TOMEE-2975?focusedWorklogId=562406&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-562406
]
ASF GitHub Bot logged work on TOMEE-2975:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Mar/21 15:03
Start Date: 08/Mar/21 15:03
Worklog Time Spent: 10m
Work Description: rmannibucau commented on a change in pull request #21:
URL:
https://github.com/apache/tomee-site-generator/pull/21#discussion_r589489277
##########
File path: src/main/java/org/apache/tomee/website/Downloads.java
##########
@@ -149,7 +149,7 @@ private static void printRow(Download d) {
"|" + new SimpleDateFormat("d MMM
yyyy").format(Date.from(LocalDateTime.parse(d.date,
RFC_1123_DATE_TIME).toInstant(ZoneOffset.UTC))) +
"|" + d.size + " MB " +
"|" + d.format.toUpperCase() +
- "| " + d.url + "[icon:download[] " + d.format.toUpperCase() +
"] " + d.sha1 + "[icon:download[] SHA1] " + d.md5 + "[icon:download[] MD5]");
+ "| " + d.url + "[icon:download[] " + d.format.toUpperCase() +
"] " + d.sha1 + "[icon:download[] SHA1] " + d.md5 + "[icon:download[] MD5] " +
d.asc + "[icon:download[] PGP]");
Review comment:
Yep sadly which means the content became no more validated and
potentially erroneous since I assume nothing checks the links work. I would
keep the central links for binary since they are more reliable than mirrors
generally BTW.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 562406)
Time Spent: 1h 20m (was: 1h 10m)
> Download page must provide sigs for all release artifacts
> ---------------------------------------------------------
>
> Key: TOMEE-2975
> URL: https://issues.apache.org/jira/browse/TOMEE-2975
> Project: TomEE
> Issue Type: Bug
> Environment: http://tomee.apache.org/download-ng.html
> Reporter: Sebb
> Assignee: Richard Zowalla
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> None of the releases on the download page have signature files (.asc).
> These are required:
> [https://infra.apache.org/release-distribution#sigs-and-sums]
> The asc files are present on the download site, they just need to be linked
> from the page.
> Also there must be a link to the KEYS file, as well as download verification
> instructions.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)