[Digicool-CVS] CVS: CVSROOT - traffic_table.py:1.90

Ken Manheimer klm@zope.com
Wed, 8 Aug 2001 18:36:25 -0400


Update of /cvs-repository/CVSROOT
In directory cvs.zope.org:/tmp/cvs-serv9138

Modified Files:
	traffic_table.py 
Log Message:
Add 'verbose' option to the CVSROOT and catchall entries.


=== CVSROOT/traffic_table.py 1.89 => 1.90 ===
 The global var 'table' contains a list of entries identifying where
 change-notifications for particular sections of the repository are sent.
-(You can also use the entries to identify mirroring target hosts, but
-that's not longer used.)
 
 Each 'table' entry is a dictionary containing some mandatory and some
 optional fields (optional fields have default values described)
@@ -49,13 +47,15 @@
     add_to_table([
         {'path': "CVSROOT",
          'addrs': ["digicool-cvs@zope.org"],
-         'specials': [("repolinks", "adjustlinks.py")]},
+         'specials': [("repolinks", "adjustlinks.py")],
+         'verbose': 1},
 
 ##       {'path': "test",
 ##        'addrs': "klm@zope.com"},
 
         # Catchall for when *no other entry* matches:
         {'path': None,
+         'verbose': 1,
          'addrs': ["digicool-cvs@zope.org"]},
 
         {'path': "Operations",