[ 
https://issues.apache.org/jira/browse/AURORA-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14304522#comment-14304522
 ] 

Jake Farrell commented on AURORA-1069:
--------------------------------------

What about switching to this to guarantee its always in the same pattern

Generate with:
{code}
gpg --print-md MD5 ${dist_name}.tar.gz  | tr -d '\n' > ${dist_name}.tar.gz.md5
{code}

verify with:
{code}
gpg --print-md MD5 ${dist_name}.tar.gz | tr -d '\n' | diff - 
${dist_name}.tar.gz.md5
{code}

> Release generation script appears to output MD5 on multiple lines
> -----------------------------------------------------------------
>
>                 Key: AURORA-1069
>                 URL: https://issues.apache.org/jira/browse/AURORA-1069
>             Project: Aurora
>          Issue Type: Bug
>            Reporter: Bill Farner
>            Priority: Minor
>
> {noformat}
> $ cat apache-aurora-0.7.0-rc2-incubating.tar.gz.md5
> apache-aurora-0.7.0-rc2-incubating.tar.gz: 
> DC E3 9E 79
>  D0 BE 22 A0
>   B5 4B F2
>  56 96 6E 01
>  8D
> {noformat}
> This is not a huge problem, but it does make automatic verification of 
> releases more complicated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to