[Zope-CVS] CVS: CVSROOT - traffic_table.py:1.109
Ken Manheimer
klm@zope.com
Tue, 7 Jan 2003 16:33:53 -0500
Update of /cvs-repository/CVSROOT
In directory cvs.zope.org:/tmp/cvs-serv21853
Modified Files:
traffic_table.py
Log Message:
CMFCore and CMFDefault are linked in from the Products dir, which was
resulting in all the CMF checkins going to the zope list. Crap.
Ideally we would make the regular expression for the zope list exclude
the CMF dirs, but i don't have time right now to come up that, so i'm
inhibiting the entry for now.
=== CVSROOT/traffic_table.py 1.108 => 1.109 ===
--- CVSROOT/traffic_table.py:1.108 Mon Jan 6 12:45:27 2003
+++ CVSROOT/traffic_table.py Tue Jan 7 16:33:21 2003
@@ -64,8 +64,8 @@
{'path': "Zope(/|$)",
'addrs': zopeaddr},
- {'path': "Products(/|$)",
- 'addrs': zopeaddr},
+## {'path': "Products(/|$)",
+## 'addrs': zopeaddr},
{'path': "Zope3(/|$)",
'addrs': ["zope3-checkins@zope.org"]},