gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 107/141: fix image config


From: gnunet
Subject: [taler-grid5k] 107/141: fix image config
Date: Thu, 18 Nov 2021 14:50:48 +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 3f19a79e375f0e7954827bac7c8bedae9dd1f281
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Nov 6 07:36:39 2021 +0100

    fix image config
---
 image/taler-debian11.yaml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/image/taler-debian11.yaml b/image/taler-debian11.yaml
index 1acfa7b..c9e707e 100644
--- a/image/taler-debian11.yaml
+++ b/image/taler-debian11.yaml
@@ -66,6 +66,7 @@ setup:
   ## We add steps required by our customization after or before @base. Use
   ## kameleon dryrun debian10_custom.yaml to see the resulting steps in the 
build.
   ## The following is given as example only, replace with your steps.
+
   - import:
     - import_gnunet:
       # kameleon_data_dir=./grid5000/steps/data
@@ -84,6 +85,7 @@ setup:
       - local2in:
         - $${kameleon_data_dir}/$${wallet}
         - $${wallet_path}
+
   - install:
     - packages:
       - exec_in: |
@@ -93,6 +95,7 @@ setup:
          apt upgrade
          apt install -y $${taler_packages} $${taler_build_packages}
          apt install -y --no-install-recommends 
$${taler_packages_no_recommends}
+
     - gnunet: 
       - exec_in: |
          cd $${taler_path} 
@@ -101,6 +104,7 @@ setup:
          cd gnunet-* 
          ./configure --enable-logging=verbose --prefix=/usr && make && make 
install 
          ldconfig
+
     - exchange:
       - exec_in: |
          cd $${taler_path}
@@ -119,7 +123,8 @@ setup:
          cd taler-merchant* 
          ./configure --enable-logging=verbose --prefix=/usr && make && make 
install
          ldconfig
-    - wallet: |
+
+    - wallet: 
       - exec_in: |
          cd $${taler_path}
 
@@ -127,24 +132,29 @@ setup:
          cd taler-wallet*
          npm install -g pnpm
          ./configure && make install
+
     - loki-promtail:
       - exec_in: |
          apt-get install -y unzip curl
+
          curl -O -L 
"https://github.com/grafana/loki/releases/download/$${taler_loki_version}/loki-linux-amd64.zip";
          unzip loki-linux-amd64.zip
          rm loki-linux-amd64.zip
          mv loki-linux-amd64 /usr/local/bin/loki
          chmod 770 /usr/local/bin/loki
+
          curl -O -L 
"https://github.com/grafana/loki/releases/download/$${taler_loki_version}/promtail-linux-amd64.zip";
          unzip promtail-linux-amd64.zip
          rm promtail-linux-amd64.zip
          mv promtail-linux-amd64 /usr/local/bin/promtail
          chmod 770 /usr/local/bin/promtail
+
     - disable_services:
       - exec_in: |
          systemctl daemon-reload
          systemctl stop $${taler_disable_services}
          systemctl disable $${taler_disable_services}
+
     - add_taler_g5k_repo:
       - exec_in: |
          cd /root

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