aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/gitian-win-signer.yml
AgeCommit message (Collapse)Author
2019-03-09gitian: Improve error handlingWladimir J. van der Laan
Github-Pull: #15549 Rebased-From: 32da92bdf6bb55d6d312b0f85797d439cc942db5 Tree-SHA512: c79455ed3aa0e529821ed30c5d36244dcc9fbf9154b63dfcce4789143d8a737f83ea2aaea8993748babc4cec45ae0e88449d2a6ddc90dcf62a39cf8d6a2ace2e
2018-07-30Fix osslsigncode compile issue in gitian-buildChun Kuan Lee
2018-07-16Change gitian-descriptors to use bionic insteadChun Kuan Lee
2016-06-09Merge #7283: [gitian] Default reference_datetime to commit author dateWladimir J. van der Laan
fa42a67 [gitian] hardcode datetime for depends (MarcoFalke) fa58c76 [gitian] Default reference_datetime to commit author date (MarcoFalke)
2016-04-29[doc] Update bitcoin-core GitHub linksMarcoFalke
2016-03-01[gitian] Default reference_datetime to commit author dateMarcoFalke
2016-01-02[gitian] Set reference date to something more recentMarcoFalke
2015-11-16gitian: use trusty for buildingWladimir J. van der Laan
2015-06-30gitian: make the windows signing process match OSXCory Fields
2015-06-18gitian: add a gitian-win-signer descriptorCory Fields
This is exactly like the current OSX signing process. osslsigncode has been patched to detach and re-attach Windows signatures. The changes can be seen here: https://github.com/theuni/osslsigncode/commits/attach-signature There's a pull-request open upstream for the changes: https://sourceforge.net/p/osslsigncode/osslsigncode/merge-requests/3/ This work has been back-ported to the stable 1.7.1 release of osslsigncode, so that a smaller patch can be reviewed.