gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 54/141: add step to build newest wallet from source


From: gnunet
Subject: [taler-grid5k] 54/141: add step to build newest wallet from source
Date: Thu, 18 Nov 2021 14:49:55 +0100

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

marco-boss pushed a commit to branch master
in repository grid5k.

commit cceb70995d563bb41e1ae341a51bc23aef21f3d0
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Oct 16 15:19:30 2021 +0200

    add step to build newest wallet from source
---
 experiment/scripts/wallet.sh | 3 ++-
 image/taler-debian11.yaml    | 9 +++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/experiment/scripts/wallet.sh b/experiment/scripts/wallet.sh
index 318e25a..18407d1 100755
--- a/experiment/scripts/wallet.sh
+++ b/experiment/scripts/wallet.sh
@@ -13,8 +13,9 @@ for i in {0..100};
 do
   parallel -n 0 \
        -j 252 \
-       'taler-wallet-cli advanced withdraw-manually \
+       'taler-wallet-cli advanced withdraw-fakebank \
        --exchange "http://${PROXY_DOMAIN}/"; \
+       --bank "http://${BANK_DOMAIN}/"; \
        --amount KUDOS:10' \
        ::: {0..252}
 done
diff --git a/image/taler-debian11.yaml b/image/taler-debian11.yaml
index f6ef4a5..6fdcc6d 100644
--- a/image/taler-debian11.yaml
+++ b/image/taler-debian11.yaml
@@ -67,6 +67,15 @@ setup:
          apt-upgrade
          apt-get install -y $${taler_packages}
          apt-get install -y --no-install-recommends 
$${taler_packages_no_recommends}
+    - build_wallet: 
+      - exec_in: |
+         git clone https://git.taler.net/wallet-core.git
+         cd wallet-core
+         # these packages will be deleted in the final image
+         apt install -y --no-install-recommends npm zip nodejs 
python3-distutils make
+         npm install -g pnpm
+         pnpm install
+         ./bootstrap && ./configure && make install
     - loki-promtail:
       - exec_in: |
          apt-get install -y unzip curl

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