[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: note
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: note |
Date: |
Tue, 22 May 2018 11:25:31 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 60f3608 note
60f3608 is described below
commit 60f3608c2348625205bc46cdbbc27b9f01e07842
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 22 11:24:50 2018 +0200
note
---
taler-build/Makefile | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 3f9c027..3be57af 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -17,7 +17,17 @@ deployment-stamp:
./update_deployment.sh
touch $@
-twister-stamp: gnunet-stamp exchange-stamp deployment-stamp
+# NOTE: the twister _does_ depend on the exchange;
+# in particular it depends on the testing API offered
+# by the exchange. However, putting the exchange
+# among the twister dependencies will cause circular
+# dependency. Since it is the exchange depending "more"
+# on the twister, we choose to NOT include the exchange
+# as a twister dependency, and rather manually fix
+# the situation whenever the twister will fail to
+# build due to exchange's API breaks.
+
+twister-stamp: gnunet-stamp deployment-stamp
./update_twister.sh
touch $@
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: note,
gnunet <=