gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/03: configure check


From: gnunet
Subject: [taler-wallet-core] 01/03: configure check
Date: Mon, 03 Aug 2020 10:16:50 +0200

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

dold pushed a commit to branch master
in repository wallet-core.

commit 2fddbddd6555279765097da831fa8b11781b548e
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Aug 3 13:38:21 2020 +0530

    configure check
---
 build-system/configure.py        | 3 ++-
 build-system/taler-build-scripts | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/build-system/configure.py b/build-system/configure.py
index 32b32602..3dcfbfe3 100644
--- a/build-system/configure.py
+++ b/build-system/configure.py
@@ -17,7 +17,8 @@ b.enable_prefix()
 b.enable_configmk()
 b.add_tool(tbc.PosixTool("find"))
 b.add_tool(tbc.NodeJsTool(version_spec=">=12"))
-b.add_tool(tbc.YarnTool())
+b.add_tool(tbc.GenericTool("npm"))
+b.add_tool(tbc.GenericTool("pnpm", hint="Use 'sudo npm -g pnpm' to install."))
 b.run()
 
 print("copying Makefile")
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index f65d9338..c76fb9b3 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit f65d933845faa73a864cce17a8ccd575d8da9f10
+Subproject commit c76fb9b3af6ec43f2d2a83e6b4f523dcc5ac6a54

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