Page MenuHomePhabricator

Add sig files to Github release
ClosedPublic

Authored by jasonbcox on Jan 2 2020, 17:23.

Details

Summary

Currently, our release signatures are available on download.bitcoinabc.org but not on the Github release.
This patch fixes that, making the sigs more easy to find by users.

Test Plan

github-release.sh -d -a <asset-path> -o <oauth-token-path> -t v0.20.9
Verify the output indicates the sig files from the previous release would be uploaded.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
github-upload-sigs
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8705
Build 15395: Default Diff Build & Tests
Build 15394: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 2 2020, 17:46

Made the sig file wildcard a bit more restrictive, so as to not accidentally upload sig files from old versions.

This revision was automatically updated to reflect the committed changes.