gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 130/141: update image


From: gnunet
Subject: [taler-grid5k] 130/141: update image
Date: Thu, 18 Nov 2021 14:51:11 +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 2c53fdf44b0b428f9c0dbd736f69862a5289f3f7
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Nov 13 13:22:31 2021 +0100

    update image
---
 image/taler-debian11.yaml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/image/taler-debian11.yaml b/image/taler-debian11.yaml
index 40608b9..3a871c6 100644
--- a/image/taler-debian11.yaml
+++ b/image/taler-debian11.yaml
@@ -107,7 +107,7 @@ setup:
          make install
          ldconfig
 
-         rm -rf gnunet-*
+         cd .. && rm -rf gnunet-*
 
     - exchange:
       - exec_in: |
@@ -120,7 +120,7 @@ setup:
          make install
          ldconfig
 
-         rm -rf taler-exchange-*
+         cd .. && rm -rf taler-exchange-*
 
     - merchant:
       - exec_in: |
@@ -132,7 +132,7 @@ setup:
          make install
          ldconfig
 
-         rm -rf taler-merchant-*
+         cd .. && rm -rf taler-merchant-*
 
     - wallet: 
       - exec_in: |
@@ -144,7 +144,13 @@ setup:
          ./configure
          make install
 
-         rm -rf taler-wallet-*
+         cd .. && rm -rf taler-wallet-*
+
+    - grid5k:
+      - exec_in: |
+         cd $${taler-path}
+
+         git clone git://git.taler.net/grid5k.git 
 
     - loki-promtail:
       - exec_in: |
@@ -168,11 +174,6 @@ setup:
          systemctl stop $${taler_disable_services}
          systemctl disable $${taler_disable_services}
 
-    - add_taler_g5k_repo:
-      - exec_in: |
-         cd /root
-         git clone git://git.taler.net/grid5k.git
-
 export:
   ### The export section takes in charge the export of your customized 
Grid'5000
   ## environment. No modification should be needed here.

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