summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2016-01-04 22:00:47 +0100
committerStef Walter <stefw@redhat.com>2016-01-04 22:00:47 +0100
commite596923c690246d15a793d9eb360f6a44d1afa78 (patch)
tree4315848782862a89075be83d38d949b848c261f8
parent42315c19533177f63825cfa8c4c5c11b136fd6a0 (diff)
Add upload-release target
-rw-r--r--.gitignore1
-rw-r--r--Makefile.am4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 66d81cd..808c9c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@ stamp-*
test
*.tar.gz
*.swp
+*.sig
tests/run-tests*
tests/.deps
diff --git a/Makefile.am b/Makefile.am
index e8a2ece..f36573d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,3 +15,7 @@ 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/mod_auth_singleid
+