diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-12-09 16:16:44 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2019-12-09 16:16:51 +0100 |
| commit | ac09180128a1d2c7d198fa1e08095a46f54831f9 (patch) | |
| tree | 92309de9feca17f80ef2ab276d72a2f50d829495 /src/httpserver.cpp | |
| parent | Merge #17694: ui: disable 3rd-party tx-urls when wallet disabled (diff) | |
| parent | gitian: fixed SC2001 regex (diff) | |
| download | discoin-ac09180128a1d2c7d198fa1e08095a46f54831f9.tar.xz discoin-ac09180128a1d2c7d198fa1e08095a46f54831f9.zip | |
Merge #17680: gitian: fixed SC2001 regex
c966ff14c77870378847b9e6063b9671739ddc1f gitian: fixed SC2001 regex (willyk)
Pull request description:
Currently the gitian-win-signer.yml produces OUTFILE names without `-unsigned` stripped out
This is due to regex having an`%` in front of it
```
$ INFILE="bitcoin-0.19.0-win64-setup-unsigned.exe"
$ echo "${INFILE/%-unsigned}"
bitcoin-0.19.0-win64-setup-unsigned.exe
$ echo "${INFILE/-unsigned}"
bitcoin-0.19.0-win64-setup.exe
```
Fixes #17361
ACKs for top commit:
laanwj:
ACK c966ff14c77870378847b9e6063b9671739ddc1f
hebasto:
ACK c966ff14c77870378847b9e6063b9671739ddc1f
Tree-SHA512: 954547f9dfa4cab4def5f284d4837c21f0e6fed7454a04e83e6b1b7d3fd3f9661ea657047f0d8162f6591909d32ef2f72e801b2f3a44cbb1131ac344cb913a69
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions