aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/gitian-osx-signer.yml
AgeCommit message (Collapse)Author
2015-06-15gitian: Use the new bitcoin-detached-sigs git repo for OSX signaturesCory Fields
Rather than fetching a signature.tar.gz from somewhere on the net, instruct Gitian to use a signature from a tag in the bitcoin-detached-sigs repository which corresponds to the tag of the release being built. This changes detached-sig-apply.sh to take a dirname rather than a tarball as an argument, though detached-sig-create.sh still outputs a tarball for convenience. Github-Pull: #6269 Rebased-From: c110575a92ebe2e9a58b53d56aafa1f1ae37dbb2
2015-06-03gitian: bump faketime to something more recentCory Fields
This helps in file views where binaries are sorted by time Github-Pull: #6218 Rebased-From: be656283f98896df0bc8634d446b2873f9fed573
2015-05-19[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"Jonas Schnelli
2014-12-30dmg: fix deterministic dmg creation and docsCory Fields
2014-11-26build: add a deterministic dmg signerCory Fields