Skip to content

Commit

Permalink
Run gpg as part of make dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Jul 6, 2009
1 parent 93f7fa3 commit 406e821
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ dist: ${DISTFILES}
cd $$REL; chmod +w ${DISTFILES_W}; cd ..; \
echo "Creating release/$$REL/$$REL.tar.gz"; \
tar -cf - $$REL | gzip -c >release/$$REL/$$REL.tar.gz; \
echo "Signing release/$$REL/$$REL.tar.gz"; \
gpg --detach-sign release/$$REL/$$REL.tar.gz"; \
echo "Creating release/$$REL/$$REL.zip"; \
zip -rq release/$$REL/$$REL.zip $$REL; \
rm -rf $$REL
Expand Down

0 comments on commit 406e821

Please sign in to comment.