gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] branch master updated: fix nightly builds


From: gnunet
Subject: [taler-taler-android] branch master updated: fix nightly builds
Date: Tue, 12 Oct 2021 17:30:52 +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 41f6fb8  fix nightly builds
41f6fb8 is described below

commit 41f6fb88129fbff2134645a3700418ac89dc2d4c
Author: Torsten Grote <t@grobox.de>
AuthorDate: Tue Oct 12 11:13:43 2021 -0300

    fix nightly builds
---
 cashier/.gitlab-ci.yml           | 4 ++--
 merchant-terminal/.gitlab-ci.yml | 4 ++--
 wallet/.gitlab-ci.yml            | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cashier/.gitlab-ci.yml b/cashier/.gitlab-ci.yml
index 6330c91..57c9971 100644
--- a/cashier/.gitlab-ci.yml
+++ b/cashier/.gitlab-ci.yml
@@ -39,8 +39,8 @@ cashier_deploy_nightly:
     - ./gradlew :cashier:assembleRelease
     # Rename APK, so fdroid nightly accepts it (looks for *-debug.apk)
     - mv cashier/build/outputs/apk/release/*.apk cashier-debug.apk
-    # START only needed while patch not accepted/released upstream
-    - apt update && apt install patch
+    # START only needed while fdroidserver and patch not accepted/released 
upstream
+    - apt update && apt-get -qy install --no-install-recommends fdroidserver 
openssh-client patch
     - patch /usr/lib/python3/dist-packages/fdroidserver/nightly.py 
nightly-stats.patch
     # END
     - CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo"; 
CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v
diff --git a/merchant-terminal/.gitlab-ci.yml b/merchant-terminal/.gitlab-ci.yml
index 023b7bf..63b58f1 100644
--- a/merchant-terminal/.gitlab-ci.yml
+++ b/merchant-terminal/.gitlab-ci.yml
@@ -42,8 +42,8 @@ merchant_deploy_nightly:
     - ./gradlew :merchant-terminal:assembleRelease
     # Rename APK, so fdroid nightly accepts it (looks for *-debug.apk)
     - mv merchant-terminal/build/outputs/apk/release/*.apk 
merchant-terminal-debug.apk
-    # START only needed while patch not accepted/released upstream
-    - apt update && apt install patch
+    # START only needed while fdroidserver and patch not accepted/released 
upstream
+    - apt update && apt-get -qy install --no-install-recommends fdroidserver 
openssh-client patch
     - patch /usr/lib/python3/dist-packages/fdroidserver/nightly.py 
nightly-stats.patch
     # END
     - CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo"; 
CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v
diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml
index 67de977..403d13e 100644
--- a/wallet/.gitlab-ci.yml
+++ b/wallet/.gitlab-ci.yml
@@ -28,8 +28,8 @@ wallet_deploy_nightly:
     - ./gradlew :wallet:assembleNightlyRelease
     # Rename APK, so fdroid nightly accepts it (looks for *-debug.apk)
     - mv wallet/build/outputs/apk/nightly/release/*.apk wallet-debug.apk
-    # START only needed while patch not accepted/released upstream
-    - apt update && apt install patch
+    # START only needed while fdroidserver and patch not accepted/released 
upstream
+    - apt update && apt-get -qy install --no-install-recommends fdroidserver 
openssh-client patch
     - patch -b /usr/lib/python3/dist-packages/fdroidserver/nightly.py 
nightly-stats.patch
     # END
     - fdroid --version

-- 
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]