[Pypi-checkins] r863 - trunk/pypi/tools
martin.von.loewis
python-checkins at python.org
Sun Aug 22 10:36:26 CEST 2010
Author: martin.von.loewis
Date: Sun Aug 22 10:36:26 2010
New Revision: 863
Modified:
trunk/pypi/tools/integratestats
Log:
Also update database for a.
Modified: trunk/pypi/tools/integratestats
==============================================================================
--- trunk/pypi/tools/integratestats (original)
+++ trunk/pypi/tools/integratestats Sun Aug 22 10:36:26 2010
@@ -53,8 +53,7 @@
else:
raise ValueError, "Could not properly resolve last mirror name"
last = last.split('.')[0]
- integrate_remote(None, 'a', False)
- host = 'b'
+ host = 'a'
while True:
integrate_remote(sys.argv[1], host)
if host == last:
More information about the Pypi-checkins
mailing list