[Rt-commit] [rtir] 01/02: Provide a 'make snapshot'

Kevin Falcone falcone at bestpractical.com
Tue Jul 16 10:50:04 EDT 2013


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

falcone pushed a commit to branch 3.0.0-releng
in repository rtir.

commit d0bef1b5bbc5d795147e261ad00c1bfacb17fdb3
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Jul 15 15:57:45 2013 -0400

    Provide a 'make snapshot'
    
    This is similar to RT's snapshot which makes the dist, signs it and then
    shows sha1sums for the person rolling the tarball.
---
 Makefile.PL | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Makefile.PL b/Makefile.PL
index 6c68948..ce037b8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -51,4 +51,14 @@ substitute( {
 
 tests("t/*.t t/*/*.t");
 
+postamble('
+snapshot: dist sign-dist dist-shasums
+
+sign-dist:
+	gpg -a --detach-sign $(DISTVNAME).tar.gz
+
+dist-shasums:
+	sha1sum $(DISTVNAME).tar.gz*
+');
+
 WriteAll();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Rt-commit mailing list