gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (98485e23 -> cdf5cc58)


From: gnunet
Subject: [taler-wallet-core] branch master updated (98485e23 -> cdf5cc58)
Date: Fri, 13 Nov 2020 22:33:11 +0100

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

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

    from 98485e23 check for jq
     new 7b393ed7 don't distribute ./bootstrap
     new cdf5cc58 only use version in 'make dist'

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:
 .gitattributes        | 1 +
 build-system/Makefile | 8 +++-----
 2 files changed, 4 insertions(+), 5 deletions(-)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..c17067a3
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+bootstrap export-ignore
diff --git a/build-system/Makefile b/build-system/Makefile
index 6bd29884..229f2be1 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -1,3 +1,5 @@
+# This Makefile has been placed in the public domain.
+
 src = src
 poname = taler-wallet-webex
 
@@ -6,12 +8,8 @@ pogen = node_modules/pogen/bin/pogen.js
 typedoc = node_modules/typedoc/bin/typedoc
 ava = node_modules/.bin/ava
 nyc = node_modules/nyc/bin/nyc.js
-
 git-archive-all = 
./build-system/taler-build-scripts/archive-with-submodules/git_archive_all.py
 
-
-version := $(shell git describe --tags)
-
 include ./build-system/config.mk
 
 .PHONY: compile
@@ -21,7 +19,7 @@ compile:
 
 .PHONY: dist
 dist:
-       $(git-archive-all) --include ./configure taler-wallet-$(version).tar.gz
+       $(git-archive-all) --include ./configure taler-wallet-$(shell git 
describe --tags).tar.gz
 
 # make documentation from docstrings
 .PHONY: typedoc

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