You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/11/23 21:06:37 UTC

svn commit: r1038312 - /subversion/trunk/tools/dist/collect_sigs.py

Author: hwright
Date: Tue Nov 23 20:06:37 2010
New Revision: 1038312

URL: http://svn.apache.org/viewvc?rev=1038312&view=rev
Log:
* tools/dist/collect_sigs.py:
  Another improvement thought.

Modified:
    subversion/trunk/tools/dist/collect_sigs.py

Modified: subversion/trunk/tools/dist/collect_sigs.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/collect_sigs.py?rev=1038312&r1=1038311&r2=1038312&view=diff
==============================================================================
--- subversion/trunk/tools/dist/collect_sigs.py (original)
+++ subversion/trunk/tools/dist/collect_sigs.py Tue Nov 23 20:06:37 2010
@@ -31,6 +31,9 @@
 #  * Don't require the signer to specify which file they are signing
 #    - Just check the sign against all the files for that release
 #  * Make use of the python-gpg package (http://code.google.com/p/python-gnupg/)
+#  * Post to IRC when a new signature is collected
+#    - Since we don't want to have a long running bot, perhaps we could
+#      also patch wayita to accept and then echo a privmsg?
 #