1
0

contrib/docker_notes.md: add notes re debian apt mirror, and envvars

related https://github.com/spesmilo/electrum/issues/8496
This commit is contained in:
SomberNight
2023-06-22 15:45:30 +00:00
parent 922981e586
commit 1ff4130804
5 changed files with 66 additions and 11 deletions

View File

@@ -8,7 +8,9 @@ similar system.
1. Install Docker
See `contrib/docker_notes.md`.
See [`contrib/docker_notes.md`](../docker_notes.md).
(worth reading even if you already have docker)
Note: older versions of Docker might not work well
(see [#6971](https://github.com/spesmilo/electrum/issues/6971)).
@@ -21,7 +23,7 @@ similar system.
```
If you want reproducibility, try instead e.g.:
```
$ ELECBUILD_COMMIT=HEAD ELECBUILD_NOCACHE=1 ./build.sh
$ ELECBUILD_COMMIT=HEAD ./build.sh
```
3. The generated binaries are in `./contrib/build-wine/dist`.
@@ -33,7 +35,7 @@ similar system.
Electrum Windows builds are signed with a Microsoft Authenticode™ code signing
certificate in addition to the GPG-based signatures.
The advantage of using Authenticode is that Electrum users won't receive a
The advantage of using Authenticode is that Electrum users won't receive a
Windows SmartScreen warning when starting it.
The release signing procedure involves a signer (the holder of the
@@ -57,7 +59,7 @@ certificate/key) and one or multiple trusted verifiers:
## Verify Integrity of signed binary
Every user can verify that the official binary was created from the source code in this
Every user can verify that the official binary was created from the source code in this
repository. To do so, the Authenticode signature needs to be stripped since the signature
is not reproducible.