gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-util] branch master updated (3893eb1 -> c3a74e6)


From: gnunet
Subject: [taler-taler-util] branch master updated (3893eb1 -> c3a74e6)
Date: Mon, 16 Dec 2019 15:45:31 +0100

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

ng0 pushed a change to branch master
in repository taler-util.

    from 3893eb1  bump submodule
     new f66c7b6  bump
     new c3a74e6  clean up configure.py configuration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                         | 14 +++++++-------
 build-system/taler-build-scripts |  2 +-
 configure.py                     |  7 ++-----
 3 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/Makefile b/Makefile
index 48ee800..1768be0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@ include config.mk
 
 .SILENT: all
 all: dist
-       echo "This is a python project, no compilation at this step required."
-       echo "Run make install to install global."
-       echo "Run make install-user to install for the current user."
-       echo ""
-       echo "If you want to update your installation, use make update."
+       $(echo) "This is a python project, no compilation at this step 
required."
+       $(echo) "Run make install to install global."
+       $(echo) "Run make install-user to install for the current user."
+       $(echo) ""
+       $(echo) "If you want to update your installation, use make update."
 
 # you need SOURCE_DATE_EPOCH at least at the 1980s when
 # your default SOURCE_DATE_EPOCH in env is 1.
@@ -36,7 +36,7 @@ check:
        $(tox) || echo "error: you have to install tox"
 
 pretty:
-       find . -type f -name '*.py' -or -name '*.py.in' -print0 | xargs -0 
$(yapf) -i 2>&1 || true
+       $(find) . -type f -name '*.py' -or -name '*.py.in' -print0 | $(xargs) 
-0 $(yapf) -i 2>&1 || true
 
 clean:
-       rm -rf __pycache__ *~
+       $(rm) -rf __pycache__ *~
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index 258abb1..15a48fd 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit 258abb1d5d3c546d5905c46751a0ccf85d870a5c
+Subproject commit 15a48fda5e6463637f1af6be467f1521bcc0013e
diff --git a/configure.py b/configure.py
index 354456c..650bbcf 100644
--- a/configure.py
+++ b/configure.py
@@ -36,14 +36,11 @@ b.enable_configmk()
 b.add_tool(PythonTool())
 b.add_tool(PyToxTool())
 b.add_tool(YapfTool())
-b.add_tool(PosixTool("cp"))
 b.add_tool(PosixTool("echo"))
 b.add_tool(PosixTool("env"))
-b.add_tool(PosixTool("printf"))
-b.add_tool(PosixTool("grep"))
-b.add_tool(PosixTool("ln"))
-b.add_tool(PosixTool("mkdir"))
+b.add_tool(PosixTool("find"))
 b.add_tool(PosixTool("rm"))
 b.add_tool(PosixTool("sh"))
 b.add_tool(PosixTool("git"))
+b.add_tool(PosixTool("xargs"))
 b.run()

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]