gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix dist


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix dist
Date: Fri, 13 Nov 2020 22:13:34 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 269a5825 fix dist
269a5825 is described below

commit 269a5825164e84170127016793a6874aed1465a2
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Nov 13 22:12:54 2020 +0100

    fix dist
---
 .gitignore                       | 2 ++
 build-system/Makefile            | 7 ++++++-
 build-system/taler-build-scripts | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0dff3b85..8fb67e2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@ build-scripts/
 # Git worktree of pre-built wallet files
 prebuilt/
 
+
+taler-wallet-*.tar.gz
diff --git a/build-system/Makefile b/build-system/Makefile
index ba565fc4..6bd29884 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -7,6 +7,11 @@ 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
@@ -16,7 +21,7 @@ compile:
 
 .PHONY: dist
 dist:
-       git archive --format=tar.gz HEAD -o taler-wallet.tar.gz
+       $(git-archive-all) --include ./configure taler-wallet-$(version).tar.gz
 
 # make documentation from docstrings
 .PHONY: typedoc
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index c76fb9b3..31081f44 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit c76fb9b3af6ec43f2d2a83e6b4f523dcc5ac6a54
+Subproject commit 31081f44232d0233629ad3a4d398322da9958ed4

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