gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: always force install, also update Ma


From: gnunet
Subject: [taler-bank] branch master updated: always force install, also update Makefile if changed
Date: Tue, 10 Nov 2020 12:03:58 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new b1847b7  always force install, also update Makefile if changed
b1847b7 is described below

commit b1847b741bc72ce94f8f37f4840b77e611819d78
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Nov 10 12:03:19 2020 +0100

    always force install, also update Makefile if changed
---
 build-system/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/build-system/Makefile b/build-system/Makefile
index 59e5d44..348af72 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -16,7 +16,7 @@ wheel: poetry-install
 
 .PHONY: install
 install: wheel
-       pip3 install --user "dist/talerbank-$(version)-py3-none-any.whl"
+       pip3 install --ignore-installed --user 
"dist/talerbank-$(version)-py3-none-any.whl"
 
 .PHONY: i18n-strings
 i18n-strings: poetry-install
@@ -43,3 +43,9 @@ dist:
 .PHONY: pretty
 pretty: poetry-install
        poetry run black talerbank/
+
+Makefile: build-system/Makefile
+       @echo updating makefile
+       cp build-system/Makefile .
+
+

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