[
https://issues.apache.org/jira/browse/COMMONSSITE-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482153#comment-17482153
]
Gilles Sadowski commented on COMMONSSITE-133:
---------------------------------------------
The patch is incomplete; the build log file contains:
{noformat}
---CUT---
[INFO] --- commons-release-plugin:1.7:detach-distributions
(detatch-distributions) @ commons-release-plugin ---
[INFO] Detaching Assemblies
[INFO] Writting
/mnt/gilles/gilles/devel/java/apache/commons-release-plugin/trunk/target/commons-release-plugin/sha512.properties
---CUT---
{noformat}
But not an equivalent line for "sha512.txt" despite the symmetry shown in
another part of the log:
{noformat}
---CUT---
[INFO] Detaching Assemblies
[INFO] Writing target/testing-commons-release-plugin/sha512.properties
[INFO] Writing target/testing-commons-release-plugin/sha512.txt
---CUT---
{noformat}
> Release plugin: Reviewing checksums
> -----------------------------------
>
> Key: COMMONSSITE-133
> URL: https://issues.apache.org/jira/browse/COMMONSSITE-133
> Project: Apache Commons All
> Issue Type: New Feature
> Reporter: Gilles Sadowski
> Priority: Minor
> Labels: release, review
> Attachments: COMMONSSITE-133.patch
>
>
> The plugin should generate a text file (to be stored in the "dist" area along
> the archived artefacts) so that a single command:
> {noformat}
> $ sha512sum -c checksumfile
> {noformat}
> can be used to check all of them.
> The template for generating the vote message body should contain a command to
> download all the to-be-checked files from the dist area.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)