[Zope-CVS] CVS: CVSROOT - traffic_table.py:1.112
Ken Manheimer
cvs-admin at zope.org
Sat Dec 6 11:19:45 EST 2003
Update of /cvs-repository/CVSROOT
In directory cvs.zope.org:/tmp/cvs-serv28462
Modified Files:
traffic_table.py
Log Message:
Tidying notification routing for our internal repository - nothing
should be going external.
=== CVSROOT/traffic_table.py 1.111 => 1.112 ===
--- CVSROOT/traffic_table.py:1.111 Wed Mar 26 12:48:11 2003
+++ CVSROOT/traffic_table.py Sat Dec 6 11:19:14 2003
@@ -21,7 +21,7 @@
\(Most of the original ssh/rsync-based mirroring was stripped out of this
file after version 1.87.)"""
-zopeaddr = ["zope-checkins at zope.org"]
+default = ["zc-checkins at my.zope.com"]
_TABLE = []
@@ -46,7 +46,7 @@
def init_table():
add_to_table([
{'path': "CVSROOT",
- 'addrs': ["zope-cvs at zope.org"],
+ 'addrs': ["zc-checkins at my.zope.com"],
'specials': [("repolinks", "adjustlinks.py")],
'verbose': 1},
@@ -56,77 +56,77 @@
# Catchall for when *no other entry* matches:
{'path': None,
'verbose': 1,
- 'addrs': ["zope-cvs at zope.org"]},
+ 'addrs': ["zc-checkins at my.zope.com"]},
{'path': "Operations",
- 'addrs': ["support at zope.com"]},
+ 'addrs': ["sa at zope.com"]},
- {'path': "Zope(/|$)",
- 'addrs': zopeaddr},
+ {'path': "Packages/Spread",
+ 'addrs': ["pythonlabs at zope.com"]},
+
+## {'path': "Zope(/|$)",
+## 'addrs': zopeaddr},
## {'path': "Products(/|$)",
## 'addrs': zopeaddr},
- {'path': "Zope3(/|$)",
- 'addrs': ["zope3-checkins at zope.org"]},
+## {'path': "Zope3(/|$)",
+## 'addrs': ["zope3-checkins at zope.org"]},
- {'path': "Zope27(/|$)",
- 'addrs': ["zope-checkins at zope.org"]},
+## {'path': "Zope27(/|$)",
+## 'addrs': ["zope-checkins at zope.org"]},
- {'path': "Products3(/|$)",
- 'addrs': ["zope3-checkins at zope.org"]},
+## {'path': "Products3(/|$)",
+## 'addrs': ["zope3-checkins at zope.org"]},
- {'path': "Packages3(/|$)",
- 'addrs': ["zope3-checkins at zope.org"]},
-
- {'path': "ZODB3",
- 'addrs': ["zodb-checkins at zope.org"]},
- {'path': "ZODB4",
- 'addrs': ["zodb-checkins at zope.org"]},
- {'path': "ZEO",
- 'addrs': ['zodb-checkins at zope.org']},
-
- {'path': "CMF",
- 'addrs': ['cmf-checkins at zope.org']},
-
- {'path': "Products/CMFDemo",
- 'addrs': ["cmf-checkins at zope.org"]},
-
- {'path': "Packages/TAL",
- 'addrs': ["zpt-cvs at zope.org"]},
- {'path': "Products/PageTemplates",
- 'addrs': ["zpt-cvs at zope.org"]},
- {'path': "Packages/ZTUtils",
- 'addrs': ["zpt-cvs at zope.org"]},
- {'path': "Products/PresentationTemplates",
- 'addrs': ["zpt-cvs at zope.org"]},
+## {'path': "Packages3(/|$)",
+## 'addrs': ["zope3-checkins at zope.org"]},
- {'path': "Packages/Spread",
- 'addrs': ["pythonlabs at zope.com"]},
+## {'path': "ZODB3",
+## 'addrs': ["zodb-checkins at zope.org"]},
+## {'path': "ZODB4",
+## 'addrs': ["zodb-checkins at zope.org"]},
+## {'path': "ZEO",
+## 'addrs': ['zodb-checkins at zope.org']},
- {'path': "Products/ParsedXML",
- 'addrs': ["parsed-xml-dev at zope.org"]},
+## {'path': "CMF",
+## 'addrs': ['cmf-checkins at zope.org']},
- {'path': "ZopeDocs",
- 'addrs': ['zopedocs-checkins at zope.org']},
+## {'path': "Products/CMFDemo",
+## 'addrs': ["cmf-checkins at zope.org"]},
- {'path': "Docs",
- 'addrs': ['zope-book at zope.org']},
+## {'path': "Packages/TAL",
+## 'addrs': ["zpt-cvs at zope.org"]},
+## {'path': "Products/PageTemplates",
+## 'addrs': ["zpt-cvs at zope.org"]},
+## {'path': "Packages/ZTUtils",
+## 'addrs': ["zpt-cvs at zope.org"]},
+## {'path': "Products/PresentationTemplates",
+## 'addrs': ["zpt-cvs at zope.org"]},
- {'path': "ZopeMozilla",
- 'addrs': ['zope-mozilla at zope.org']},
+## {'path': "Products/ParsedXML",
+## 'addrs': ["parsed-xml-dev at zope.org"]},
- {'path': "Products/TrackerBase",
- 'addrs': ['tracker-dev at zope.org']},
+## {'path': "ZopeDocs",
+## 'addrs': ['zopedocs-checkins at zope.org']},
- {'path': "Projects/python-site",
- 'addrs': ["pythonlabs at zope.com"]},
+## {'path': "Docs",
+## 'addrs': ['zope-book at zope.org']},
+
+## {'path': "ZopeMozilla",
+## 'addrs': ['zope-mozilla at zope.org']},
+
+## {'path': "Products/TrackerBase",
+## 'addrs': ['tracker-dev at zope.org']},
+
+## {'path': "Projects/python-site",
+## 'addrs': ["pythonlabs at zope.com"]},
- {'path': "Products/DCOracle2",
- 'addrs': ["zope-checkins at zope.org"]},
+## {'path': "Products/DCOracle2",
+## 'addrs': ["zope-checkins at zope.org"]},
- {'path': 'Packages/ZConfig',
- 'addrs': ['zope-checkins at zope.org']},
+## {'path': 'Packages/ZConfig',
+## 'addrs': ['zope-checkins at zope.org']},
])
init_table()
More information about the Zope-CVS
mailing list