gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-util] branch master updated (81ff4d3 -> cc138f1)


From: gnunet
Subject: [taler-taler-util] branch master updated (81ff4d3 -> cc138f1)
Date: Mon, 16 Dec 2019 13:58:03 +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 81ff4d3  bump version in preparation for release, add more Makefile 
rules, fix readme
     new 7a21cd1  bump submodule
     new cc138f1  add 'make pretty' rule

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                         | 3 +++
 build-system/taler-build-scripts | 2 +-
 configure.py                     | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1845b00..11d321e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,5 +21,8 @@ pypi: dist
 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
+
 clean:
        rm -rf __pycache__ *~
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index df3d04a..248914b 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit df3d04affac9ec8cddea62a140cf6f3216094d6f
+Subproject commit 248914b63660e506645c8059eacf27d41145c88f
diff --git a/configure.py b/configure.py
index 2dde567..75d18bf 100644
--- a/configure.py
+++ b/configure.py
@@ -16,6 +16,7 @@ b.enable_prefix()
 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"))

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



reply via email to

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