[
https://issues.apache.org/jira/browse/RATIS-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18115769#comment-18115769
]
Tsz-wo Sze commented on RATIS-2639:
-----------------------------------
Used a Linux machine to reproduce 3.3.1 rc1 src/bin tarballs:
# exports:
{code:sh}
export RATISVERSION="3.3.1" # must be the same
export RC="-rc9" # any rc number
export CODESIGNINGKEY= # any key
{code}
# run the script:
{code:sh}
./dev-support/make_rc.sh 1-prepare-src
./dev-support/make_rc.sh 2-verify-bin
./dev-support/make_rc.sh 4-assembly
{code}
> Make release .tar.gz files reproducible.
> ----------------------------------------
>
> Key: RATIS-2639
> URL: https://issues.apache.org/jira/browse/RATIS-2639
> Project: Ratis
> Issue Type: Improvement
> Components: build
> Reporter: Tsz-wo Sze
> Priority: Major
> Attachments: image-2026-08-03-11-26-40-659.png
>
>
> Currently, the [src|bin].tar.gz files generated by ./dev-support/make_rc.sh
> are not reproducible. According to Google, it is due to file ordering and
> metadata such user id. These problem can be fixed; see below:
> !image-2026-08-03-11-26-40-659.png|width=600!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)