gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: match actual tag


From: gnunet
Subject: [taler-deployment] branch master updated: match actual tag
Date: Mon, 14 Nov 2022 19:58:43 +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 6bdf6c4  match actual tag
6bdf6c4 is described below

commit 6bdf6c4ed586bd9f774cde631df50066cc49ad46
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 14 19:58:34 2022 +0100

    match actual tag
---
 docker/demo/images/base/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/demo/images/base/Dockerfile 
b/docker/demo/images/base/Dockerfile
index 1e3eea3..352084f 100644
--- a/docker/demo/images/base/Dockerfile
+++ b/docker/demo/images/base/Dockerfile
@@ -44,8 +44,8 @@ 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.
-RUN test -n "$TAG_EXCHANGE" && git -C contrib/gana checkout 6b9824c # 
v0.9.0-compatible
-RUN test -n "$TAG_EXCHANGE" && git submodule set-uri contrib/gana .
+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 ./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]