gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Submodule workaround.


From: gnunet
Subject: [taler-deployment] branch master updated: Submodule workaround.
Date: Mon, 14 Nov 2022 21:15:55 +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 860d427  Submodule workaround.
860d427 is described below

commit 860d427a5ac888a834f952b347fbfac5ff089bb3
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 14 21:15:16 2022 +0100

    Submodule workaround.
    
    Fix commit not found by first downloading
    all the history.
---
 docker/demo/build_base.sh          | 3 +++
 docker/demo/images/base/Dockerfile | 1 +
 2 files changed, 4 insertions(+)

diff --git a/docker/demo/build_base.sh b/docker/demo/build_base.sh
index 776eeae..57b639d 100755
--- a/docker/demo/build_base.sh
+++ b/docker/demo/build_base.sh
@@ -37,6 +37,9 @@ if test -n "$2"; then
   cd -
   exit 0
 fi
+
+# Tags file not given, need a dummy one to
+# make COPY happy.
 echo Creating the dummy 'taler_notags' file.
 touch taler_notags
 docker build --no-cache \
diff --git a/docker/demo/images/base/Dockerfile 
b/docker/demo/images/base/Dockerfile
index 352084f..00da851 100644
--- a/docker/demo/images/base/Dockerfile
+++ b/docker/demo/images/base/Dockerfile
@@ -44,6 +44,7 @@ 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 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 ./bootstrap

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