[Checkins] SVN: zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py Changed cheeseshop to pypi.

Jim Fulton jim at zope.com
Thu Jan 10 09:25:29 EST 2008


Log message for revision 82779:
  Changed cheeseshop to pypi.
  

Changed:
  U   zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py

-=-
Modified: zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py
===================================================================
--- zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py	2008-01-10 12:45:24 UTC (rev 82778)
+++ zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py	2008-01-10 14:25:28 UTC (rev 82779)
@@ -20,7 +20,7 @@
 poll_time_path = 'pypi-poll-timestamp'
 controlled_packages_path = 'controlled-packages.cfg'
 
-simple = "http://cheeseshop.python.org/simple/"
+simple = "http://pypi.python.org/simple/"
 
 def get_dest_dir(args=None):
     if args is None:
@@ -78,7 +78,7 @@
 def create(dest):
     print 'Creating initial mirror.'
     start = time.time()
-    server = xmlrpclib.Server('http://cheeseshop.python.org/pypi')
+    server = xmlrpclib.Server('http://pypi.python.org/pypi')
     packages = server.list_packages()
     for package in packages:
         print `package`
@@ -106,7 +106,7 @@
         last = int(open(ptp).read().strip())
 
         # get updated packages:
-        server = xmlrpclib.Server('http://cheeseshop.python.org/pypi')
+        server = xmlrpclib.Server('http://pypi.python.org/pypi')
         packages = sorted((
             (timestamp, name)
             for (name, version, timestamp, action)



More information about the Checkins mailing list