ThomasV
|
fa6c213d5f
|
windows builds: sign the windows-signed files with gpg
|
7 years ago |
SomberNight
|
068b6acf79
|
wine build: use docker to (try to) have reproducible builds
|
7 years ago |
ThomasV
|
3293b36e0f
|
fix unsign script
|
7 years ago |
root
|
240dc888ec
|
Add script to strip signature from signed binary
|
7 years ago |
Johann Bauer
|
95bbd9593b
|
Add script to check and sign executables
|
7 years ago |
SomberNight
|
d293cc0d53
|
wine build: towards deterministic libsecp - strip debug symbols
smaller dll and no longer depends on build path
|
7 years ago |
SomberNight
|
80178f9a56
|
wine build: libsecp deterministic on given machine
but not yet across machines
|
7 years ago |
SomberNight
|
051217d061
|
wine build: update readme
|
7 years ago |
ThomasV
|
86209e81b9
|
win builds: call 'git describe' before we add unstaged files to the repo
|
7 years ago |
SomberNight
|
56a399e1da
|
fix revealer for linux distributables; and small clean-up
|
7 years ago |
Johann Bauer
|
4a65db54c9
|
Travis: Fix Windows build from PRs
|
7 years ago |
SomberNight
|
483a2a40cd
|
wine-build: fetch pull requests from repo if can't find commit
follow-up 25089aa9c2
|
7 years ago |
SomberNight
|
65601e9ec6
|
build and include libsecp256k1 in windows binaries
|
7 years ago |
root
|
354c737ce0
|
Track icons and locale version in submodule
|
7 years ago |
SomberNight
|
1ed3e0cad6
|
fix #4276
-aos: Skip over existing files without overwriting
-aoa: This switch overwrites all destination files
|
7 years ago |
Dimitris Apostolou
|
989c9c2b55
|
Fix typos
|
7 years ago |
Filip Gospodinov
|
6cf334244a
|
contrib: detect builds with uncommitted changes
The `--dirty` flag causes `git describe` to append
`-dirty` to the version string it outputs. This is
useful to detect if a build was - intentionally or
not - created with uncommitted changes.
https://git-scm.com/docs/git-describe#git-describe---dirtyltmarkgt
|
7 years ago |
SomberNight
|
7b50790584
|
do not raise BaseException
|
7 years ago |
Johann Bauer
|
c7c43d2336
|
Change Python version in pyinstaller spec file
|
7 years ago |
Johann Bauer
|
831dda0fcb
|
Wine build: Revert to Python 3.5 and download if file was changed
|
7 years ago |
Johann Bauer
|
14aa7c0a3b
|
Follow-up ae80fb4f
|
7 years ago |
Johann Bauer
|
ae80fb4f97
|
Follow-up 6afe71fe
|
7 years ago |
Johann Bauer
|
6afe71fe0e
|
Follow-up 3c28e3491
|
7 years ago |
Johann Bauer
|
3c28e34919
|
Check package hashes when generating binaries
|
7 years ago |
SomberNight
|
9a12022537
|
windows build script: update python, nsis, libusb
|
7 years ago |
SomberNight
|
deab75fe20
|
windows build script: cache pip
previously pip was caching into the wine directory, which we delete and recreate on every run
|
7 years ago |
Johann Bauer
|
a02bd2c183
|
Travis: Make Windows build more reliable by trying different key servers
|
7 years ago |
Johann Bauer
|
2bde686752
|
Windows Build: Create tmp dir
|
7 years ago |
Johann Bauer
|
10057b18de
|
Cache dependencies for Travis build
Also: * Move temporary directory to /tmp
* Remove files with wrong hash (so we don't have to remove them manually)
|
7 years ago |
Johann Bauer
|
83f2dc44de
|
Add websocket library to binary for Ledger 2FA support
Closes: #2433
|
7 years ago |
Lastrellik
|
6079105b2c
|
Revert to using == instead of =
|
7 years ago |
Lastrellik
|
6706a87e53
|
Create file caching system
|
7 years ago |
Johann Bauer
|
6ab1ba52b0
|
Remove pyblake2 workaround
|
7 years ago |
Jason Bruderer
|
59e457d22c
|
Update build-wine's README.md (#3972)
* Update build-wine's README.md
|
7 years ago |
SomberNight
|
a6fe73ad72
|
wine build: "exit 1" on hash/sig failure
|
7 years ago |
Johann Bauer
|
363f3766d7
|
Add Qt Windows style to the binary
Closes: #3813
|
7 years ago |
Johann Bauer
|
78a9424c48
|
Add libusb dll to Windows binary
So that Trezor still works...
Closes: #3931
|
7 years ago |
Johann Bauer
|
fcae5eaa92
|
Workaround for PyBlake2 build issues
|
7 years ago |
Johann Bauer
|
e512e9c0e8
|
Simplify pyinstaller installation
|
7 years ago |
Johann Bauer
|
afa0168e14
|
Add new requirements file for binaries in contrib
|
7 years ago |
SomberNight
|
30a43189fc
|
make zbar install silent
|
7 years ago |
SomberNight
|
f4363e7967
|
zbar for windows
|
7 years ago |
SomberNight
|
964e06dd10
|
use pywin32-ctypes instead of pypiwin32
pypiwin32 might be going away for pywin32 at some point; and while looking into this I've found that pywin32-ctypes should be enough for our needs
|
7 years ago |
SomberNight
|
0693837538
|
freeze hw wallet dependencies into separate file. update versions using freeze_packages.sh. introduce "hardware" setuptools extra.
|
7 years ago |
Alexx Saver
|
18f07464c1
|
Added default keyserver
Notice: GPG will use hkp://keys.gnupg.net anyway if there is no config.
|
7 years ago |
Alexx Saver
|
fe54ce946c
|
Fixed rm -rf
Notice: it is unsafe to do rm -rf ${variable}/path/* without checking the variable, quotes are also required.
|
7 years ago |
SomberNight
|
d83d927781
|
include servers_testnet.json and checkpoints_testnet.json in every binary
|
7 years ago |
Johann Bauer
|
bea62865d2
|
Allow to build older commits
|
7 years ago |
ThomasV
|
44a83c2401
|
read checkpoints file in NetworkConstants, add it to setup.py
|
7 years ago |
Johann Bauer
|
b2cbdfb042
|
Windows Installer: Add shortcut to testnet mode
|
7 years ago |