aboutsummaryrefslogtreecommitdiff
path: root/contrib/verifybinaries
AgeCommit message (Collapse)Author
2018-06-20Obsolete #!/bin/bash shebangDesWurstes
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2017-10-18Fix incorrect quoting of quotes (the previous quotes had no effect beyond ↵practicalswift
unquoting)
2017-10-18Add error handling: exit if cd failspracticalswift
2017-10-18Remove unused variablespracticalswift
2017-06-22Verify binaries from bitcoincore.org and bitcoin.orgMatt Corallo
2017-06-06contrib/verifybinaries: allow filtering by platformAndres G. Aragoneses
Downloading all the binaries of all platforms can take quite long, especially for slow connections, which may deter people from using this script and, therefore, to disregard security altogether. This change introduces the new possibility of specifying the platform along with the version number, so that only the binaries that contain the platform name are downloaded.
2016-09-11[copyright] add MIT license headers to .sh scripts where missingisle2983
Years are set according to 'git log' history
2016-08-21[contrib] verifybinaries: Mention mandatory preparation stepMarcoFalke
2016-08-21[contrib] verifybinaries: Keep downloads by defaultMarcoFalke
2016-08-21[contrib] verifybinaries: Adjust parsing to new rc pathMarcoFalke
2016-04-25[contrib] Remove reference to sf and add doc to verify.shMarcoFalke