gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: add rule to create TGZ using Git as pr


From: gnunet
Subject: [libeufin] branch master updated: add rule to create TGZ using Git as proposed by Florian
Date: Fri, 20 Jan 2023 00:15:33 +0100

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

grothoff pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 048e0ada add rule to create TGZ using Git as proposed by Florian
048e0ada is described below

commit 048e0ada98b551e89c7ae410fb00a07289e9d332
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Jan 20 00:15:08 2023 +0100

    add rule to create TGZ using Git as proposed by Florian
---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index 51ec2ca6..c13ae31d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
 include build-system/config.mk
 
 escaped_pwd = $(shell pwd | sed 's/\//\\\//g')
+VERSION=0.9.1
 
 all: assemble
 install: install-nexus install-sandbox install-cli
@@ -16,6 +17,10 @@ dist:
 exec-arch:
        @./gradlew -q execArch
 
+.PHONY: tgz
+tgz:
+       git archive --prefix libeufin-$(VERSION)/ v$(VERSION) 
+
 .PHONY: deb
 deb: dist
        @dpkg-buildpackage -rfakeroot -b -uc -us

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