fanquake
304ae6dc8e
doc: remove mention of "proper signing key"
...
This key is no-longer in use:
https://lists.linuxfoundation.org/pipermail/bitcoin-core-dev/2023-February/000115.html
2023-02-16 10:27:19 +00:00
Hennadii Stepanov
f47dda2c58
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
* 2020: fa0074e2d8
* 2019: aaaaad6ac9
2021-12-30 19:36:57 +02:00
Cuong V. Nguyen
4148c5228f
Fix typo in comment
2021-07-27 14:01:08 +07:00
fyquah
fbbb2d4fc1
lint: Fix spelling errors in comments
2021-03-01 15:24:28 +00:00
Sebastian Falbesoner
c86b9a65eb
contrib: remove verify.sh
...
This script has been replaced by verify.py.
2020-12-21 14:01:16 +01:00
Sebastian Falbesoner
c84838e7af
contrib: binary verification script verify.sh rewritten in python
2020-12-21 14:00:17 +01:00
MarcoFalke
aaaaad6ac9
scripted-diff: Bump copyright of files changed in 2019
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
2019-12-30 10:42:20 +13:00
fanquake
1088b90cba
Merge #16327 : scripts and tools: Update ShellCheck linter
...
1ac454a384
Enable ShellCheck rules (Hennadii Stepanov)
Pull request description:
Enable some simple ShellCheck rules.
Note for reviewers: `bash` and `shellcheck` on macOS are different from ones on Ubuntu.
For local tests the latest `shellcheck` version 0.6.0 should be used (see #15166 ).
ACKs for top commit:
practicalswift:
utACK 1ac454a384
dongcarl:
utACK 1ac454a
fanquake:
ACK 1ac454a384
Tree-SHA512: 8d0a3a5c09fe1a0c22120178f5e6b80f81f746f8c3356b7701ff301c117acb2edea8fe08f08fb54ed73f94b1617515fb239fa28e7ab4121f74872e6494b6f20e
2019-07-05 09:19:23 +08:00
Hennadii Stepanov
1ac454a384
Enable ShellCheck rules
...
Enabled ShellCheck rules:
SC1087
SC2001
SC2004
SC2005
SC2006
SC2016
SC2028
SC2048
SC2066 (note that IFS already contains only a line feed)
SC2116
SC2166
SC2181
SC2206
SC2207
SC2230
SC2236
2019-07-04 19:35:25 +03:00
Hennadii Stepanov
88fd556a96
Use placeholder instead of key expiration date
2019-07-03 17:55:51 +03:00
DesWurstes
000000035b
Obsolete #!/bin/bash shebang
2018-06-20 11:12:41 +03:00
practicalswift
3352da8da1
Add "export LC_ALL=C" to all shell scripts
2018-06-14 15:27:52 +02:00
practicalswift
80f5f28d38
Fix incorrect quoting of quotes (the previous quotes had no effect beyond unquoting)
2017-10-18 17:10:23 +02:00
practicalswift
1e44ae0e19
Add error handling: exit if cd fails
2017-10-18 17:09:36 +02:00
practicalswift
f6b3382fa3
Remove unused variables
2017-10-18 17:09:36 +02:00
Matt Corallo
6270d624cf
Verify binaries from bitcoincore.org and bitcoin.org
2017-06-22 13:54:27 -04:00
Andres G. Aragoneses
8d4dafd774
contrib/verifybinaries: allow filtering by platform
...
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.
2017-06-06 13:33:19 +08:00
isle2983
0766d1cac3
[copyright] add MIT license headers to .sh scripts where missing
...
Years are set according to 'git log' history
2016-09-11 13:36:22 -06:00
MarcoFalke
faaed8874f
[contrib] verifybinaries: Mention mandatory preparation step
2016-08-21 21:58:31 +02:00
MarcoFalke
fa917f6623
[contrib] verifybinaries: Keep downloads by default
2016-08-21 21:37:30 +02:00
MarcoFalke
fab1f9272c
[contrib] verifybinaries: Adjust parsing to new rc path
2016-08-21 21:21:38 +02:00
MarcoFalke
f154470070
[contrib] Remove reference to sf and add doc to verify.sh
2016-04-25 13:29:54 +02:00