commit 438c413136ff49533d9af5f9889dcd0c8b7d9e58
parent 6622f7d7cf6a309af085a2fd1dea21c5ee6826d5
Author: Torsten Grote <t@grobox.de>
Date: Tue, 17 Jan 2023 14:19:28 -0300
[pos] use fdroid nightly fix as well
Already used for cashier. The wallet uses fdroidserver master.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/merchant-terminal/.gitlab-ci.yml b/merchant-terminal/.gitlab-ci.yml
@@ -44,5 +44,7 @@ merchant_deploy_nightly:
- mv merchant-terminal/build/outputs/apk/release/*.apk merchant-terminal-debug.apk
# install fdroidserver and dependencies for nightly publishing
- apt update && apt-get -qy install --no-install-recommends fdroidserver openssh-client
+ # backport fix from https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1078
+ - sed -e '/common.apk_strip_v1_signatures/ s/^#*/#/' -i /usr/lib/python3/dist-packages/fdroidserver/nightly.py
- fdroid --version
- CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v