[Python-checkins] release: adapt for dl-files

benjamin.peterson python-checkins at python.org
Wed Nov 26 01:44:23 CET 2014


https://hg.python.org/release/rev/1caf757e09fe
changeset:   89:1caf757e09fe
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Nov 25 18:44:11 2014 -0600
summary:
  adapt for dl-files

files:
  add-to-pydotorg.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/add-to-pydotorg.py b/add-to-pydotorg.py
--- a/add-to-pydotorg.py
+++ b/add-to-pydotorg.py
@@ -41,7 +41,7 @@
     sys.exit()
 
 base_url = 'https://www.python.org/api/v1/'
-ftp_root = '/data/ftp.python.org/pub/python/'
+ftp_root = '/srv/www.python.org/ftp/python/'
 download_root = 'https://www.python.org/ftp/python/'
 
 headers = {'Authorization': 'ApiKey %s' % auth_info, 'Content-Type': 'application/json'}

-- 
Repository URL: https://hg.python.org/release


More information about the Python-checkins mailing list