commit 06b2419e020ff7a8ad47d6b9434d3161b9f85090 Author: Sukhbir Singh sukhbir@torproject.org Date: Fri Jun 24 13:42:35 2016 -0400
Update TorBirdy signing key --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index 7dca2f9..61554fe 100644 --- a/Makefile +++ b/Makefile @@ -14,14 +14,14 @@ clean: rm -f ../torbirdy-$(VERSION).xpi
git-tag: - git tag -u 0xD255D3F5C868227F -s $(VERSION) + git tag -u 0xB01C8B006DA77FAA -s $(VERSION)
git-push: git push --tags git push
sign-release: - gpg -u 0xD255D3F5C868227F -abs ../torbirdy-${VERSION}.xpi$ + gpg -u 0xB01C8B006DA77FAA -abs ../torbirdy-${VERSION}.xpi$ sha1sum ../torbirdy-${VERSION}.xpi$
push-release:
tor-commits@lists.torproject.org