aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2014-09-14 16:12:42 +0000
committerJacob Appelbaum <jacob@appelbaum.net>2014-09-14 16:12:42 +0000
commit7391dd2c62d3f53a175d31c13b9e6b4423d4c9d2 (patch)
treed1521206a19b5117ded54a4b4ab26d646ff02278 /Makefile.am
parent6f318a6140603f9fb720b561f8f148a00cd0599f (diff)
downloadtlsdate-7391dd2c62d3f53a175d31c13b9e6b4423d4c9d2.tar.gz
hard code subkey 0x1801A819
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 93b73e0..65f2c02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,10 +94,10 @@ debian_orig:
mv tlsdate-$(VERSION).tar.gz ../tlsdate_$(VERSION).orig.tar.gz
git-tag:
- git tag -u 0xD255D3F5C868227F -s tlsdate-$(VERSION)
+ git tag -u 0x1801A819 -s tlsdate-$(VERSION)
git-tag-debian:
- git tag -u 0xD255D3F5C868227F -s tlsdate-$(VERSION)-debian-${DEBIAN_VERSION}
+ git tag -u 0x1801A819 -s tlsdate-$(VERSION)-debian-${DEBIAN_VERSION}
git-push:
git push --tags