gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix conditional


From: gnunet
Subject: [taler-deployment] branch master updated: fix conditional
Date: Mon, 14 Nov 2022 22:09:31 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 42d9ba0  fix conditional
42d9ba0 is described below

commit 42d9ba01ab23ce390fafa3fc339705efc8d4ea80
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 14 22:09:24 2022 +0100

    fix conditional
---
 docker/demo/images/base/Dockerfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docker/demo/images/base/Dockerfile 
b/docker/demo/images/base/Dockerfile
index 00da851..86defb4 100644
--- a/docker/demo/images/base/Dockerfile
+++ b/docker/demo/images/base/Dockerfile
@@ -43,10 +43,11 @@ RUN make install
 WORKDIR /exchange
 # Workaround a reported issue where the bootstrap script
 # always pulls the latest submodule version.  That breaks
-# when moving the main repository to past versions.
+# when moving the main repository to past versions.  6b9824c
+# is compatible with v0.9.0 
 RUN git -C contrib/gana pull
-RUN . /tags.sh && test "${TAG_EXCHANGE:-}" = "v0.9.0" && git -C contrib/gana 
checkout 6b9824c # v0.9.0-compatible
-RUN . /tags.sh && test "${TAG_EXCHANGE:-}" = "v0.9.0" && git submodule set-uri 
contrib/gana .
+RUN if . /tags.sh && test "${TAG_EXCHANGE:-}" = "v0.9.0"; then git -C 
contrib/gana checkout 6b9824c; fi
+RUN if . /tags.sh && test "${TAG_EXCHANGE:-}" = "v0.9.0"; then git submodule 
set-uri contrib/gana .; fi
 RUN ./bootstrap
 RUN ./configure CFLAGS="-ggdb -O0" --enable-logging=verbose --disable-doc
 RUN make install

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