gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: repo: include sub-package ./c


From: gnunet
Subject: [taler-wallet-core] branch master updated: repo: include sub-package ./configure in 'make dist'
Date: Fri, 04 Nov 2022 12:40:17 +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 d6c10226a repo: include sub-package ./configure in 'make dist'
d6c10226a is described below

commit d6c10226a52c55791e355ec26fea255cefba9f00
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Nov 4 12:40:14 2022 +0100

    repo: include sub-package ./configure in 'make dist'
---
 Makefile                         | 6 +++++-
 build-system/taler-build-scripts | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 05f179624..a7cc378b7 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,11 @@ include .config.mk
 
 .PHONY: dist
 dist:
-       $(git-archive-all) --include ./configure taler-wallet-$(shell git 
describe --tags --abbrev=0).tar.gz
+       $(git-archive-all) \
+               --include ./configure \
+               --include ./packages/taler-wallet-cli/configure \
+               --include ./packages/demobank-ui/configure \
+               taler-wallet-$(shell git describe --tags --abbrev=0).tar.gz
 
 # Create tarball with git hash prefix in name
 .PHONY: dist-git
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index 355a31726..23538677f 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit 355a3172699b96f1040edcb577c07a681802b3ae
+Subproject commit 23538677f6c6be2a62f38dc6137ecdd1c76b7b15

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