Skip to content

Commit fafa3bd

Browse files
author
MarcoFalke
committed
download: Add snap warning
1 parent 29de596 commit fafa3bd

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

_includes/templates/download.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,15 @@ <h2 style="text-align: center">{{page.verify_download}}</h2>
222222
</ol>
223223
</details>
224224

225+
{% if page.version > 3 %}
226+
<details>
227+
<summary><strong>{{page.snap_instructions}}</strong></summary>
228+
229+
<p>{{page.snap_warning}}</p>
230+
231+
</details>
232+
{% endif %}
233+
225234
<h2 style="text-align: center">{{page.build_reproduction}}</h2>
226235

227236
<p>{{page.additional_steps}}</p>

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: pages
55
layout: page
66
lang: en
77
share: false
8-
version: 3
8+
version: 4
99

1010
## These strings need to be localized. In the listing below, the
1111
## comment above each entry contains the English text. The key before the
@@ -60,6 +60,7 @@ verification_recommended: "Download verification is optional but highly recommen
6060
windows_instructions: "Windows verification instructions"
6161
macos_instructions: "MacOS verification instructions"
6262
linux_instructions: "Linux verification instructions"
63+
snap_instructions: "Snap package verification instructions"
6364
download_release: "Click the link in the list above to download the release for your platform and wait for the file to finish downloading."
6465
download_checksums: "Download the list of cryptographic checksums:"
6566
cd_to_downloads: "Open a terminal (command line prompt) and Change Directory (cd) to the folder you use for downloads. For example:"
@@ -91,6 +92,12 @@ gpg_download_page: "install it now"
9192
gpg_download_other: "or see other installation"
9293
gpg_download_options: "options."
9394

95+
snap_warning: >
96+
While the Snap packages use the deterministically generated executables, the
97+
Snap tool itself does not provide a streamlined way to reveal the contents of
98+
a Snap package. Thus, the Bitcoin Core project does not have the information
99+
necessary to help you verify the Bitcoin Core Snap packages.
100+
94101
ensure_checksum_matches: >
95102
Ensure that the checksum produced by the command above matches one of
96103
the checksums listed in the checksums file you downloaded earlier. We

0 commit comments

Comments
 (0)