ThomasV
|
dc78ba3c04
|
android: pass keystore password as argument to make_apk.
export does not work because it runs in a container.
also, check password using keytool
|
2 years ago |
SomberNight
|
b5900eae98
|
contrib: reformat most shell scripts
Mostly just indentations.
For consistency, to conform to .editorconfig.
|
2 years ago |
SomberNight
|
1cecd2c6e8
|
contrib: rename some shell scripts to have ".sh" extension
The extension gives formatting hints to some editors. (especially if they support .editorconfig)
|
2 years ago |
SomberNight
|
f174b9164c
|
build scripts: minor formatting clean-up
follow-up f8f77c14a2
|
2 years ago |
ThomasV
|
f8f77c14a2
|
release.sh: store signing password
|
2 years ago |
SomberNight
|
7d36f2ba3a
|
build: follow-up source-only tarballs
|
2 years ago |
yanmaani
|
9a37184a57
|
build: create source-only tarball in release.sh
|
3 years ago |
SomberNight
|
787dd69282
|
win build: clear $CONTRIB_WINE/dist between builds
|
2 years ago |
ThomasV
|
7cf495d1e0
|
Windows build scripts: Read codesign passphrase. Lazy check if unsigned binaries are there.
|
3 years ago |
SomberNight
|
2c5eb26ff0
|
contrib/release.sh: fix some paths re android apk
|
3 years ago |
ThomasV
|
d91a4da557
|
Add Qt5/QML building framework to contrib/android:
- update requirements file for building PyQt5
- use separate .buildozer directories for qml and Kivy
- add GUI and ARCH parameters to android/build.sh
|
3 years ago |
SomberNight
|
d35a68d2d1
|
release.sh: fix bugs discovered during last release
|
4 years ago |
SomberNight
|
9f82dc07f2
|
release.sh: dmg is now reproducible as well
|
4 years ago |
SomberNight
|
e54e6e4e09
|
build: extend release.sh so that all builders can use it
|
4 years ago |
SomberNight
|
9d46fe775a
|
build: try to consolidate instructions and decr codedupe in release.sh
|
4 years ago |
SomberNight
|
91c913dc0b
|
build/release.sh: add some comments
|
4 years ago |
SomberNight
|
47ebc49c4c
|
(trivial) build/release.sh: convert indents to spaces
was mixed tabs/spaces
|
4 years ago |
SomberNight
|
3df1c3bbf7
|
build: rename some scripts
also, merge sdist/build.sh and sdist/make_tgz into sdist/make_sdist.sh
|
4 years ago |
SomberNight
|
0842f4977b
|
build: fresh_clone: turns out we can just clone from a local dir :P
this saves us some network requests, and reduces trust in github
|
4 years ago |
SomberNight
|
5ae167d67d
|
android build: place binaries in ./dist/ instead of ./bin/
Let's try to consolidate and have all build scripts put binaries into ./dist/
|
4 years ago |
ThomasV
|
9625798a63
|
release script: follow-up prev commit
|
4 years ago |
ThomasV
|
9c1a8d7f65
|
release.sh: fix path for android builds
|
4 years ago |
SomberNight
|
52fc2f5adb
|
release.sh: make sure correct commit is checked out
|
4 years ago |
ThomasV
|
4dc7f4d331
|
release script: call build_docker_image.sh
|
4 years ago |
ThomasV
|
8788b64504
|
Update release script with APK fresh clone instruction. Add android/fresh_clone to gitignore
|
4 years ago |
ThomasV
|
7789497140
|
release script: add username to signature file, upload files into airlock.
|
4 years ago |
ThomasV
|
2b05615995
|
Do not perform webserver update from release script.
(see publish.sh and deploy.sh in the electrum-web repo)
|
4 years ago |
ThomasV
|
debe5cf03a
|
release script: add hash comparison step before uploading
|
4 years ago |
ThomasV
|
30d9e6a964
|
add contrib/release.sh script
|
4 years ago |