show how to purge CDN

This commit is contained in:
Benjamin Peterson 2014-09-09 11:47:10 -04:00
parent 8879371ee0
commit f4eae13960
1 changed files with 6 additions and 0 deletions

View File

@ -439,6 +439,12 @@ How to Make A Release
checkout. The Doc's version_switcher.js script also needs to be
updated.
___ Note both the documentation and downloads are behind a caching CDN. If
you change archives after downloading them through the website, you'll
need to purge the stale data in the CDN like this:
$ curl -X PURGE https://www.python.org/ftp/python/2.7.5/Python-2.7.5.tar.xz
___ For the extra paranoid, do a completely clean test of the release.
This includes downloading the tarball from www.python.org.