summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-05-23 21:50:05 -0400
committerDonald Stufft <donald@stufft.io>2013-05-23 21:50:05 -0400
commit79d5868f62141080e1c91965711391ccf78c3d1e (patch)
tree7223dc1e5d50d71e6f304fded3c9776b694b07c6 /tools
parent3f64bd42d609b5edf459a4037982097fe2bce838 (diff)
downloaddecorator-79d5868f62141080e1c91965711391ccf78c3d1e.tar.gz
Skip d.pypi.python.org
Diffstat (limited to 'tools')
-rwxr-xr-xtools/integratestats4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/integratestats b/tools/integratestats
index 06c2673..0800401 100755
--- a/tools/integratestats
+++ b/tools/integratestats
@@ -66,6 +66,10 @@ def main():
last = last.split('.')[0]
host = 'a'
while True:
+ if host == "d":
+ # This is just a CNAME back to a.pypi.python.org
+ continue
+
integrate_remote(sys.argv[1], host)
if host == last:
break