diff options
author | Stef Walter <stefw@redhat.com> | 2016-01-10 09:47:04 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2016-01-10 09:48:10 +0100 |
commit | 4f297c0959c85ff45c672bb1009dce09d57c3d98 (patch) | |
tree | a1d5d71fa99440594f2f9ea4b65fee2581f01da1 /Makefile.am | |
parent | 2ba29d4fbd61cb3c99cb19f190a25855f4a980fe (diff) |
Bump version number0.2.4
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8145774..835eb2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,3 +15,6 @@ dist-hook: echo A git clone is required to generate a ChangeLog >&2; \ fi +upload-release: $(DIST_ARCHIVES) + gpg --detach-sign --local-user 'stef@thewalter.net' $(DIST_ARCHIVES) + scp $(DIST_ARCHIVES) $(DIST_ARCHIVES).sig thewalter.net:/data/www/stef/software/slapi-dnsnotify/ |