From 3640f71e84227c718f4525424ab4780abc6e12cd Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 25 Aug 2013 16:15:17 -0400 Subject: Add upload target, switch to xz distballs --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9981945..8c9c7be 100644 --- a/Makefile +++ b/Makefile @@ -41,4 +41,8 @@ clean: $(RM) ponymix pulse.o dist: - git archive --format=tar --prefix=ponymix-$(V)/ HEAD | gzip -9 > ponymix-$(V).tar.gz + git archive --format=tar --prefix=ponymix-$(V)/ HEAD | xz -9 > ponymix-$(V).tar.xz + +upload: all dist + gpg --detach-sign ponymix-$(V).tar.xz + scp ponymix-$(V).tar.xz ponymix-$(V).tar.xz.sig code.falconindy.com:archive/ponymix/ -- cgit v1.2.3