Update name of the download files server.

This commit is contained in:
Benjamin Peterson 2019-02-14 23:09:31 -08:00
parent 23e70830db
commit 2b9efeec96
1 changed files with 7 additions and 7 deletions

View File

@ -57,7 +57,7 @@ Here's a hopefully-complete list.
* A fairly complete installation of a recent TeX distribution,
such as texlive. You need that for building the PDF docs.
* Access to ``dl-files.iad1.psf.io``, the server that hosts download files,
* Access to ``downloads.nyc1.psf.io``, the server that hosts download files,
and ``docs.iad1.psf.io``, the server that hosts the documentation.
You'll be uploading files directly here.
@ -434,25 +434,25 @@ to perform some manual editing steps.
- Now the WE runs msi.py with ActivePython or Python with pywin32.
The WE checksums the files (``*.msi``, ``*.chm``, ``*-pdb.zip``), uploads them to
dl-files.iad1.psf.io together with gpg signature files, and emails you the
downloads.nyc1.psf.io together with gpg signature files, and emails you the
location and md5sums.
- The ME builds Mac installer packages and uploads them to
dl-files.iad1.psf.io together with gpg signature files.
downloads.nyc1.psf.io together with gpg signature files.
- scp or rsync all the files built by ``release.py --export``
to your home directory on dl-files.iad1.psf.io.
to your home directory on downloads.nyc1.psf.io.
While you're waiting for the files to finish uploading, you can continue
on with the remaining tasks. You can also ask folks on #python-dev
and/or python-committers to download the files as they finish uploading
so that they can test them on their platforms as well.
- Now you need to go to dl-files.iad1.psf.io and move all the files in place
- Now you need to go to downloads.nyc1.psf.io and move all the files in place
over there. Our policy is that every Python version gets its own
directory, but each directory contains all releases of that version.
- On dl-files.iad1.psf.io, cd /srv/www.python.org/ftp/python/X.Y.Z
- On downloads.nyc1.psf.io, cd /srv/www.python.org/ftp/python/X.Y.Z
creating it if necessary. Make sure it is owned by group 'downloads'
and group-writable.
@ -543,7 +543,7 @@ with RevSys.)
Your friend and mine, Georg Brandl, made a lovely tool
called "add-to-pydotorg.py". You can find it in the
"release" tree (next to "release.py"). You run the
tool on dl-files.iad1.psf.io, like this:
tool on downloads.nyc1.psf.io, like this:
% AUTH_INFO=<username>:<python.org-api-key> python add-to-pydotorg.py <version>