SomberNight
baebfc03f1
binary builder dockerfiles: update packages
ubuntu no longer serves those older versions
6 years ago
SomberNight
001b815c18
wine build: upgrade wine, nsis, python
wine-specific hack no longer needed with new wine version
6 years ago
SomberNight
d4967faf28
wine build: pin wine signing key. minor refactoring.
6 years ago
Romano
c60583293a
[Docker] fix gnupg2 and dirmngr
6 years ago
SomberNight
4225e79456
win build: wine upstream gpg key weirdness
6 years ago
SomberNight
762082e13d
wine build: dedupe PYTHON_VERSION
6 years ago
SomberNight
505cb2f65d
build-wine: update git version
6 years ago
SomberNight
af232223ee
windows build script: add note to build from fresh clone
6 years ago
脇山P
9ce3814d8b
build-wine: update git version ( #4769 )
6 years ago
SomberNight
86733279f6
docker-wine: update package versions
the previous version is no longer available. hopefully these versions are "lts"
ref: 6899ca2527
6 years ago
SomberNight
db834800c0
wine-build: clarify to use docker for reproducible builds. move parts of readme.
6 years ago
SomberNight
6899ca2527
docker-wine: update a package version
the previous version is no longer available. this suggests that it's difficult to reproduce old builds.
not sure about long term solution.
7 years ago
Filip Gospodinov
73fee2fefa
build-wine: allow local testing
Before, it was only possible to test commits that are
on Github (pull request or merged). Now, changes can be
tested locally too.
This introduces the risk that a release could be built
containing uncommitted changes which by definition breaks
deterministic builds. Fortunately, this will always be
detected because the version string is created using
`git describe --tags --dirty`.
Also, retire $TARGET variable because it decouples the
build scripts from the commit revision to be built. This
is a problem for deterministic builds.
7 years ago
SomberNight
586aee45eb
fix #4508 : pin down wine deps in docker win build
7 years ago
Filip Gospodinov
dc6fb04ffe
docker: simplify README.md ( #4521 )
7 years ago
Filip Gospodinov
5fde89b689
Dockerfile: don't suppress error message ( #4509 )
The `-qq` flag will suppress helpful output in case
of an error.
7 years ago
SomberNight
2d29c9313f
docker windows build: fix missing translations
7 years ago
SomberNight
068b6acf79
wine build: use docker to (try to) have reproducible builds
7 years ago