[
https://issues.apache.org/jira/browse/RATIS-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16882972#comment-16882972
]
Elek, Marton commented on RATIS-307:
------------------------------------
Thanks [~szetszwo] the review (and very sorry for the late answer, I missed the
notification).
I uploaded the latest version as a PR.
* gpg --print-md is used instead of sha512sum (BTW, one advantage of sha512sum
that it support validation, it's not possible with gpg AFAIK)
* apache prefixes are added to the artifacts, they are also added to this
script
* validations are fixed
> Improve make_rc script with additional step of the release process.
> -------------------------------------------------------------------
>
> Key: RATIS-307
> URL: https://issues.apache.org/jira/browse/RATIS-307
> Project: Ratis
> Issue Type: Improvement
> Components: build
> Affects Versions: 0.2.0
> Reporter: Elek, Marton
> Assignee: Elek, Marton
> Priority: Minor
> Attachments: RATIS-307.001.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> During the 0.2.0 release I used a helper script which contained the smaller
> steps for the release process.
> Compared to the existing make_rc script it could
> # create the git tag, change maven version
> # test the src release by compiling the project from the src tar
> # upload artifacts to the apache nexus
> # sign artifacts
> # upload artifacts to the dev svn staging area
> # push git tag to the git repository
>
> All of the small steps are defined in bash functions and they could be
> executed one by one and I could check the results between the steps.
> In this patch I merge my custom script with the existing make_rc to make it
> easier to release ratis in the future.
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)