commit afa1e7d019d5765458feba9a2d21bab55beb461a Author: Jacob Appelbaum jacob@appelbaum.net Date: Thu Oct 23 14:16:26 2014 +0000
switch to new GnuPG key --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index 078535c..414dff0 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,14 @@ clean: rm -f ../torbirdy-$(VERSION).xpi
git-tag: - git tag -u 0xD81D840E -s $(VERSION) + git tag -u 0xD255D3F5C868227F -s $(VERSION)
git-push: git push --tags git push
sign-release: - gpg -u 0xD81D840E -abs ../torbirdy-${VERSION}.xpi$ + gpg -u 0xD255D3F5C868227F -abs ../torbirdy-${VERSION}.xpi$ sha1sum ../torbirdy-${VERSION}.xpi$
push-release:
tor-commits@lists.torproject.org