summaryrefslogtreecommitdiff
path: root/tools/integratestats
diff options
context:
space:
mode:
Diffstat (limited to 'tools/integratestats')
-rwxr-xr-xtools/integratestats3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/integratestats b/tools/integratestats
index ab9d03b..30135fd 100755
--- a/tools/integratestats
+++ b/tools/integratestats
@@ -53,8 +53,7 @@ def main():
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: