Page MenuHomePhabricator

Add prefix argument to make-sha256sums.sh
ClosedPublic

Authored by jasonbcox on Nov 11 2020, 19:22.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC194b03e77907: Add prefix argument to make-sha256sums.sh
Summary

This fixes the script so that we can generate separate sha256sums
for Gitian outputs based on some prefix (ABC or BCHN).

Test Plan
./make-sha256sums.sh ~/path/to/gitian-results/0.22.6/ ABC
./make-sha256sums.sh ~/path/to/gitian-results/0.22.6/ BCHN

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien added a subscriber: Fabien.
Fabien added inline comments.
contrib/release/make-sha256sums.sh
24 ↗(On Diff #25662)

call help_message rather than duplicate part of the help (but keep the error message)

This revision is now accepted and ready to land.Nov 11 2020, 19:54

Fixup help/error message for incorrect number of args

This revision was automatically updated to reflect the committed changes.