From fd2d0f0254d039c5860cdb89361cdee4246de23f Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 17 Dec 2014 16:55:58 -0500 Subject: Updates to release process --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5fde74b..e5b840e 100644 --- a/Makefile +++ b/Makefile @@ -65,10 +65,11 @@ pam_radius_auth.so: pam_radius_auth.o md5.o # # Check a distribution out of the source tree, and make a tar file. # +.PHONY: dist dist: - cvs export -D now -d pam_radius-${VERSION} pam_radius - tar -cf pam_radius-${VERSION}.tar pam_radius-${VERSION} - rm -rf pam_radius-${VERSION} + git archive --format=tar --prefix=pam_radius-$(VERSION)/ master | gzip > pam_radius-$(VERSION).tar.gz + gpg --default-key aland@freeradius.org -b pam_radius-$(VERSION).tar.gz + ###################################################################### # -- cgit v1.2.3