gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] branch master updated: Use fdroidserver master for


From: gnunet
Subject: [taler-taler-android] branch master updated: Use fdroidserver master for nightly publishing
Date: Tue, 20 Sep 2022 14:48:49 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository taler-android.

The following commit(s) were added to refs/heads/master by this push:
     new bb64685  Use fdroidserver master for nightly publishing
bb64685 is described below

commit bb6468571bf526bd7534d101c1265e1c89f25bde
Author: Torsten Grote <t@grobox.de>
AuthorDate: Tue Sep 20 08:59:28 2022 -0300

    Use fdroidserver master for nightly publishing
    
    to fix wallet install bug
---
 wallet/.gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml
index 405b582..aedecb0 100644
--- a/wallet/.gitlab-ci.yml
+++ b/wallet/.gitlab-ci.yml
@@ -29,6 +29,8 @@ wallet_deploy_nightly:
     # Rename APK, so fdroid nightly accepts it (looks for *-debug.apk)
     - mv wallet/build/outputs/apk/nightly/release/*.apk wallet-debug.apk
     # install fdroidserver and dependencies for nightly publishing
-    - apt update && apt-get -qy install --no-install-recommends fdroidserver 
openssh-client
+    - apt update && apt-get -qy install --no-install-recommends python3-pip 
openssh-client rsync
+    - python3 -m pip install --upgrade pip wheel setuptools
+    - python3 -m pip install git+https://gitlab.com/fdroid/fdroidserver.git
     - fdroid --version
     - CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo"; 
CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v --archive-older 6

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]