gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-util] branch master updated (9538556 -> f20f329)


From: gnunet
Subject: [taler-taler-util] branch master updated (9538556 -> f20f329)
Date: Fri, 06 Nov 2020 12:00:17 +0100

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

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

    from 9538556  readme
     new 05172b6  Make sure GANA ends up in the wheel file.
     new f20f329  Reproducible builds link.

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 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 7d30289..fa4293a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,9 @@ all: dist
        $(echo) "Run make install-user to install for the current user."
 
 # you need SOURCE_DATE_EPOCH at least at the 1980s when
-# your default SOURCE_DATE_EPOCH in env is 1.
+# your default SOURCE_DATE_EPOCH in env is 1.  More information
+# is found here: https://reproducible-builds.org/docs/source-date-epoch/
+#
 .PHONY: dist
 dist:
        $(env) SOURCE_DATE_EPOCH=315532800 $(python) setup.py sdist bdist_wheel
@@ -16,7 +18,7 @@ dist:
 gana:
        cd gana/gnu-taler-error-codes/; make; cp taler_error_codes.py 
../../taler/util/; cd ../..
 
-install: all gana
+install: gana all
        (cd dist; $(env) SOURCE_DATE_EPOCH=315532800 $(python) -m pip install 
--upgrade --no-index --find-links=. taler-util)
 
 

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