[or-cvs] r18022: {projects} Add hint for the user on how to verify the received file via (projects/gettor)
kaner at seul.org
kaner at seul.org
Thu Jan 8 13:29:05 UTC 2009
Author: kaner
Date: 2009-01-08 08:29:05 -0500 (Thu, 08 Jan 2009)
New Revision: 18022
Modified:
projects/gettor/gettor_responses.py
Log:
Add hint for the user on how to verify the received file via gpg
Modified: projects/gettor/gettor_responses.py
===================================================================
--- projects/gettor/gettor_responses.py 2009-01-08 12:48:09 UTC (rev 18021)
+++ projects/gettor/gettor_responses.py 2009-01-08 13:29:05 UTC (rev 18022)
@@ -88,8 +88,21 @@
""" Send a message with an attachment to the user interacting with us """
self.setLang(self.mailLang)
message = _("""
+ Hello! This is the "gettor" robot.
+
Here's your requested software as a zip file. Please unzip the
package and verify the signature.
+
+ Hint: If you're on a machine with GnuPG installed, use the gpg
+ commandline tool as follows after unpacking the zip file:
+
+ gpg gpg --verify <packagename>.asc <packagename>
+
+ The output should look somewhat like this:
+
+ gpg: Good signature from "Roger Dingledine <arma at mit.edu>"
+
+ Have fun.
""")
package = self.constructMessage(message, source, destination, filename)
try:
More information about the tor-commits
mailing list