Skip to content

Commit 95d6aac

Browse files
committed
Merge #1027: Add --ignore-missing flag to shasum command on MacOS
2761172 Remove text about safely ignoring warnings (Mike O'Bank) 3149a8e Add `--ignore-missing flag to `shasum` command (Mike O'Bank) Pull request description: Picks up #892. This is a much more useful user experience. ACKs for top commit: stickies-v: ACK 2761172 - not encouraging users to ignore warnings and failures is a clear improvement. I use `--ignore-missing` in my workflow too. Tree-SHA512: ba82425abb031c81490ae16b1777564b80ab4e1d76f8084687b3a9c07fdfc7306bdaad25d999dedd0e2a938dda3d43b5c4d13d07361098cde72a0f08eb398894
2 parents dc2aee8 + 2761172 commit 95d6aac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/templates/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
195195

196196
<li><p>{{page.verify_download_checksum}}</p>
197197

198-
<pre class="highlight"><code>shasum -a 256 --check SHA256SUMS</code></pre>
198+
<pre class="highlight"><code>shasum -a 256 --ignore-missing --check SHA256SUMS</code></pre>
199199

200200
<p>{{page.checksum_warning_and_ok | replace, "$(SHASUMS_OK)", page.localized_checksum_ok}} <code>{{FILE_PREFIX}}-{{site.data.binaries.maczip}}: {{page.localized_checksum_ok}}</code></p></li>
201201

_posts/en/pages/2017-01-01-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ cd_example_windows: >
7777
cd %UserProfile%\Downloads
7878
7979
verify_download_checksum: "Verify that the checksum of the release file is listed in the checksums file using the following command:"
80-
checksum_warning_and_ok: 'In the output produced by the above command, you can safely ignore any warnings and failures, but you must ensure the output lists "$(SHASUMS_OK)" after the name of the release file you downloaded. For example:'
80+
checksum_warning_and_ok: 'In the output produced by the above command ensure the output lists "$(SHASUMS_OK)" after the name of the release file you downloaded. For example:'
8181

8282
example_builders_line: "E777299FC265DD04793070EB944D35F9AC3DB76A Michael Ford (fanquake)"
8383
builder_keys_url: "https://github.com/bitcoin-core/guix.sigs/tree/main/builder-keys"

0 commit comments

Comments
 (0)