@@ -278,7 +278,7 @@ The `*-debug*` files generated by the gitian build contain debug symbols
278
278
for troubleshooting by developers. It is assumed that anyone that is interested
279
279
in debugging can run gitian to generate the files for themselves. To avoid
280
280
end-user confusion about which file to pick, as well as save storage
281
- space * do not upload these to the bitcoin .org server, nor put them in the torrent* .
281
+ space * do not upload these to the bitcoincore .org server, nor put them in the torrent* .
282
282
283
283
- GPG-sign it, delete the unsigned file:
284
284
```
@@ -288,32 +288,17 @@ rm SHA256SUMS
288
288
(the digest algorithm is forced to sha256 to avoid confusion of the ` Hash: ` header that GPG adds with the SHA256 used for the files)
289
289
Note: check that SHA256SUMS itself doesn't end up in SHA256SUMS, which is a spurious/nonsensical entry.
290
290
291
- - Upload zips and installers, as well as ` SHA256SUMS.asc ` from last step, to the bitcoin .org server
291
+ - Upload zips and installers, as well as ` SHA256SUMS.asc ` from last step, to the bitcoincore .org server
292
292
into ` /var/www/bin/bitcoin-core-${VERSION} `
293
293
294
294
- A ` .torrent ` will appear in the directory after a few minutes. Optionally help seed this torrent. To get the ` magnet: ` URI use:
295
295
``` bash
296
296
transmission-show -m < torrent file>
297
297
```
298
298
Insert the magnet URI into the announcement sent to mailing lists. This permits
299
- people without access to ` bitcoin .org` to download the binary distribution.
299
+ people without access to ` bitcoincore .org` to download the binary distribution.
300
300
Also put it into the ` optional_magnetlink: ` slot in the YAML file for
301
- bitcoin.org (see below for bitcoin.org update instructions).
302
-
303
- - Update bitcoin.org version
304
-
305
- - First, check to see if the Bitcoin.org maintainers have prepared a
306
- release: https://github.com/bitcoin-dot-org/bitcoin.org/labels/Core
307
-
308
- - If they have, it will have previously failed their CI
309
- checks because the final release files weren't uploaded.
310
- Trigger a CI rebuild---if it passes, merge.
311
-
312
- - If they have not prepared a release, follow the Bitcoin.org release
313
- instructions: https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/adding-events-release-notes-and-alerts.md#release-notes
314
-
315
- - After the pull request is merged, the website will automatically show the newest version within 15 minutes, as well
316
- as update the OS download links.
301
+ bitcoincore.org.
317
302
318
303
- Update other repositories and websites for new version
319
304
0 commit comments