Index: CVSROOT/traffic_table.py =================================================================== RCS file: /usr/local/cvsroot/CVSROOT/traffic_table.py,v diff -u -r1.2 -r1.3 --- CVSROOT/traffic_table.py 9 Feb 2004 14:49:36 -0000 1.2 +++ CVSROOT/traffic_table.py 9 Feb 2004 18:22:54 -0000 1.3 @@ -5,6 +5,7 @@ # 003 No catchall # 004 No repolinks (this isn't really necessary because we don't have # any symlinks in the repository) +# 005 No internal address """Table dictating what goes where for the traffic_cop module. @@ -30,7 +31,8 @@ # 001 #internal = ["project-cvs@my.YOURHOST.com", "project-log@my.YOURHOST.com"] # Some openacs.org aliases would be helpful here -internal = ["openacs-cvs-list-admin@willfork.com", "davis@xarg.net"] +# 005 +# internal = ["webmaster@openacs.org"] _TABLE = [] @@ -57,7 +59,9 @@ add_to_table([ # CVSROOT entry is crucial: {'path': "CVSROOT", - 'addrs': internal, + 'addrs': ["openacs-cvs-list@openacs.org"], +# 005 +# 'addrs': internal, # 004 # 'specials': [("repolinks", "adjustlinks.py")], 'verbose': 1}, @@ -67,8 +71,13 @@ # 'addrs': ["project-chat-cvs@my.zope.com", # "project-chat-log@my.zope.com"]}, {'path': "openacs-4", - 'addrs': ["openacs-cvs-list@willfork.com"]}, - + 'addrs': ["openacs-cvs-list@openacs.org"]}, + {'path': "mod_nsd", + 'addrs': ["openacs-cvs-list@openacs.org"]}, + {'path': "ns_xmlrpc", + 'addrs': ["openacs-cvs-list@openacs.org"]}, + {'path': "web", + 'addrs': ["openacs-cvs-list@openacs.org"]}, # 003 # # Catchall for when *no* other entry matches: # {'path': None,