summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlan T. DeKok <aland@freeradius.org>2014-12-17 16:55:58 -0500
committerAlan T. DeKok <aland@freeradius.org>2014-12-17 16:55:58 -0500
commitfd2d0f0254d039c5860cdb89361cdee4246de23f (patch)
tree082546cdf172f7464d2a55475e8d327700572027 /Makefile
parente46393c5466b945cb206e9cd50ac30d9a8b5b877 (diff)
downloadlibpam-radius-auth-fd2d0f0254d039c5860cdb89361cdee4246de23f.tar.gz
libpam-radius-auth-fd2d0f0254d039c5860cdb89361cdee4246de23f.zip
Updates to release process
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files 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
+
######################################################################
#