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

Sachith Withana commented on AIRAVATA-949:
------------------------------------------

for Sha validation

for file in `find . -type f -not -name '*.asc' -not -name '*.md5' -not -name 
'*.sh' -not -name '*.sha'`
do
      gpg --print-md SHA512 ${file} | diff - "${file}"".sha" | echo "testing : 
$file"".sha"
done 

For MD5 validation

gpg --print-md md5 ${file} | diff - "${file}"".md5" | echo "testing : 
$file"".md5"

I can't access the page So I posted the code here. 
By adding them all together we can automate the whole process with one script. 

> Update release management page step 11
> --------------------------------------
>
>                 Key: AIRAVATA-949
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-949
>             Project: Airavata
>          Issue Type: Improvement
>            Reporter: Raminderjeet Singh
>
> Sign the binary artifacts need to be updated for signing 3 different 
> distribution files for airavata-server, airavata-client and xbaya.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to