summaryrefslogtreecommitdiff
path: root/tools/integratestats
diff options
context:
space:
mode:
authormartin.von.loewis <devnull@localhost>2010-08-22 08:36:26 +0000
committermartin.von.loewis <devnull@localhost>2010-08-22 08:36:26 +0000
commit50ee04d1864a41f0752c438da86fe633de0e5436 (patch)
tree2ac9409f3ead6e7fccdf450df441ea014f401c8a /tools/integratestats
parentb3cf6bd0a33bc08441a1ada9d3a29dee86f0504f (diff)
downloaddecorator-50ee04d1864a41f0752c438da86fe633de0e5436.tar.gz
Also update database for a.
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: