]> scripts.mit.edu Git - wizard.git/commitdiff
Add Trac references to email addr heuristic TODO
authorAlex Dehnert <adehnert@mit.edu>
Tue, 2 Jul 2013 04:44:59 +0000 (00:44 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Tue, 2 Jul 2013 04:44:59 +0000 (00:44 -0400)
TODO
plugins/scripts/wizard_scripts.py

diff --git a/TODO b/TODO
index a459c0f3323131d2adca564b850bde9106ec980b..f27087b55c662c45b20b851f9cafa8985656649c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
-- Make scripts_plugin email heuristic less stupid, or maybe
-  even ask for an email
+- Make scripts_plugin email heuristic less stupid, or maybe even ask for an
+  email. This is tracked as Scripts #224 (this issue) and Scripts #193
+  (tracking a contact address).
 
 - Test head doesn't do quite the right thing with version numbers
   (shouldn't git describe, instead should give a version infinitely
index 7d2307285ec681fea255e1620f2bbb5b5b875116..4c6540aad46958daaa175e56e24b6cef497d1487 100644 (file)
@@ -135,7 +135,9 @@ def sql_drop(url):
     return None
 
 def user_email(name):
-    # XXX: simplistic install which doesn't work most of the time
+    # XXX: simplistic heuristic which doesn't work most of the time
+    # See Scripts #224 (this issue) and Scripts #193 (tracking a contact
+    # address)
     return "%s@scripts.mit.edu" % name
 
 def user_operator():