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

Ken Manheimer klm@korak.zope.com
Mon, 16 Jul 2001 10:31:51 -0400


Update of /cvs-repository/CVSROOT
In directory korak.zope.com:/usr/local/projects/users/klm/Operations/CVSROOT

Modified Files:
	traffic_table.py 
Log Message:
Inhibiting public_remote and private_remote by setting them to
None.

This is in preparation to the new-public-cvs migration, and also a
response to the korak migration, in which the mirroring scheme seems
to have broken - perhaps due to ssh version change?



--- Updated File traffic_table.py in package CVSROOT --
--- traffic_table.py	2001/06/18 18:41:38	1.80
+++ traffic_table.py	2001/07/16 14:31:51	1.81
@@ -45,13 +45,15 @@
 
 # Default is *no* remote - people explicitly propagation if they want it.
 remote = None
-public_remote = {'host': "cvs.zope.org",
-                 'acct': "anonymous",
-                 'repodir': "/cvs-repository"}
-products_remote = {'host': "cvs.zope.org",
-                   'acct': "anonymous",
-                   'repodir': "/cvs-repository",
-                   'leading_path': "/Products/DC"}
+public_remote = None
+## public_remote = {'host': "cvs.zope.org",
+##                  'acct': "anonymous",
+##                  'repodir': "/cvs-repository"}
+products_remote = None
+## products_remote = {'host': "cvs.zope.org",
+##                    'acct': "anonymous",
+##                    'repodir': "/cvs-repository",
+##                    'leading_path': "/Products/DC"}
 
 zopeaddr = ["zope-checkins@zope.org"]